Class GcPdfDocument.FontsUsageStats.FontInfo
- Namespace
- GrapeCity.Documents.Pdf
- Assembly
- GcDocs.Pdf.dll
Represents information about a font and its usage in a PDF.
public class GcPdfDocument.FontsUsageStats.FontInfo
- Inheritance
-
object
GcPdfDocument.FontsUsageStats.FontInfo
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
FontInfo()
Properties
MergeInfos
Gets the list of fonts merge infos.
public List<GcPdfDocument.FontsUsageStats.MergeInfo> MergeInfos { get; }
Property Value
- System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.MergeInfo>
Name
public string Name { get; }
Property Value
- string
Subsets
Gets the list of subsets.
public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Subsets { get; }
Property Value
- System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>