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

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