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

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