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

In This Topic
    Fonts Property
    In This Topic
    Gets the list of fonts that were processed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fonts As System.Collections.Generic.List(Of GcPdfDocument.FontsUsageStats.FontInfo)
    public System.Collections.Generic.List<GcPdfDocument.FontsUsageStats.FontInfo> Fonts {get;}
    See Also