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