[]
Represents information about fonts that were merged.
public class GcPdfDocument.FontsUsageStats.MergeInfo
public MergeInfo()
Gets the list of PDF fonts that were merged.
public List<Font> MergedFonts { get; }
Gets the data of the font created as the result of merging.
public byte[] NewFont { get; }