Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument.FontsUsageStats.MergeInfo Class / MergedFonts Property

In This Topic
    MergedFonts Property
    In This Topic
    Gets the list of PDF fonts that were merged.
    Syntax
    'Declaration
     
    Public ReadOnly Property MergedFonts As System.Collections.Generic.List(Of Font)
    public System.Collections.Generic.List<Font> MergedFonts {get;}
    See Also