[]
Gets or sets the font embedding mode for the 14 standard PDF fonts.
The default is NotEmbed.
Note that if the GcPdfDocument is saved as PDF/A, and the value of this property is NotEmbed, the standard fonts are embedded anyway using the EmbedSubset mode.
public FontEmbedMode StandardFontEmbedMode { get; set; }
Public Property StandardFontEmbedMode As FontEmbedMode