[]
        
(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
object
GcPdfDocument.FontsUsageStats.MergeInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

MergeInfo()

public MergeInfo()

Properties

MergedFonts

Gets the list of PDF fonts that were merged.

public List<Font> MergedFonts { get; }

Property Value

System.Collections.Generic.List<T><Font>

NewFont

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

public byte[] NewFont { get; }

Property Value

byte[]