Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument.FontsUsageStats.FontSubsetInfo Class / Contains Property

In This Topic
    Contains Property
    In This Topic
    Gets the list of font subsets that define sets of characters which are fully contained in the current subset.
    Syntax
    'Declaration
     
    Public ReadOnly Property Contains As System.Collections.Generic.List(Of GcPdfDocument.FontsUsageStats.FontSubsetInfo)
    public System.Collections.Generic.List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Contains {get;}
    See Also