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

In This Topic
    Conflicts Property
    In This Topic
    Gets the list of font subsets that define sets of characters which conflict with the set of characters defined in the current subset. A conflict occurs if the same PDF code is associated with different Unicode character or glyph in different font subsets.
    Syntax
    'Declaration
     
    Public ReadOnly Property Conflicts As System.Collections.Generic.List(Of GcPdfDocument.FontsUsageStats.FontSubsetInfo)
    public System.Collections.Generic.List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Conflicts {get;}
    See Also