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

In This Topic
    FontReplacements Property
    In This Topic
    Gets a list of tuples describing font replacements. Each element is a pair of values:
    • The font that has been replaced.
    • The font that replaced Tuple.Item1.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontReplacements As System.Collections.Generic.List(Of Tuple(Of GcPdfDocument.FontsUsageStats.FontSubsetInfo,GcPdfDocument.FontsUsageStats.FontSubsetInfo))
    public System.Collections.Generic.List<Tuple<GcPdfDocument.FontsUsageStats.FontSubsetInfo,GcPdfDocument.FontsUsageStats.FontSubsetInfo>> FontReplacements {get;}
    See Also