[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats.FontSubsetInfo.Conflicts

Conflicts Property

Conflicts

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.

Declaration
public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Conflicts { get; }
Public ReadOnly Property Conflicts As List(Of GcPdfDocument.FontsUsageStats.FontSubsetInfo)