[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats

GcPdfDocument.FontsUsageStats Class

Represents statistical data about fonts and font optimizations. An instance of this class is created and returned by the OptimizeFonts() method.

Inheritance
GcPdfDocument.FontsUsageStats
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class GcPdfDocument.FontsUsageStats
Public Class GcPdfDocument.FontsUsageStats

Constructors

Name Description
FontsUsageStats()

Properties

Name Description
FontReplacements

Gets a list of tuples describing font replacements. Each element is a pair of values:

  • Tuple.Item1The font that has been replaced.
  • Tuple.Item2The font that replaced Tuple.Item1.
Fonts

Gets the list of fonts that were processed.