Class GcPdfDocument.FontsUsageStats
- Namespace
- GrapeCity.Documents.Pdf
- Assembly
- GcDocs.Pdf.dll
Represents statistical data about fonts and font optimizations.
An instance of this class is created and returned by the
OptimizeFonts() method.
public class GcPdfDocument.FontsUsageStats
- Inheritance
-
object
GcPdfDocument.FontsUsageStats
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
FontsUsageStats()
Properties
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.
public List<Tuple<GcPdfDocument.FontsUsageStats.FontSubsetInfo, GcPdfDocument.FontsUsageStats.FontSubsetInfo>> FontReplacements { get; }
Property Value
- System.Collections.Generic.List<T><Tuple<GcPdfDocument.FontsUsageStats.FontSubsetInfo, GcPdfDocument.FontsUsageStats.FontSubsetInfo>>
Fonts
Gets the list of fonts that were processed.
public List<GcPdfDocument.FontsUsageStats.FontInfo> Fonts { get; }
Property Value
- System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontInfo>