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

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