[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats.MergeInfo

Class GcPdfDocument.FontsUsageStats.MergeInfo

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents information about fonts that were merged.

public class GcPdfDocument.FontsUsageStats.MergeInfo
Inheritance
GcPdfDocument.FontsUsageStats.MergeInfo
Inherited Members

Constructors

MergeInfo()

public MergeInfo()

Properties

MergedFonts

Gets the list of PDF fonts that were merged.

public List<Font> MergedFonts { get; }

Property Value

List<Font>

NewFont

Gets the data of the font created as the result of merging.

public byte[] NewFont { get; }

Property Value

byte[]