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

In This Topic
    Subsets Property
    In This Topic
    Gets the list of subsets.
    Syntax
    'Declaration
     
    Public ReadOnly Property Subsets As System.Collections.Generic.List(Of GcPdfDocument.FontsUsageStats.FontSubsetInfo)
    public System.Collections.Generic.List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Subsets {get;}
    See Also