'Declaration Public Property StandardFontEmbedMode As FontEmbedMode
public FontEmbedMode StandardFontEmbedMode {get; set;}
The default is FontEmbedMode.NotEmbed.
Note that if the GcPdfDocument is saved as PDF/A, and the value of this property is FontEmbedMode.NotEmbed, the standard fonts are embedded anyway using the FontEmbedMode.EmbedSubset mode.
'Declaration Public Property StandardFontEmbedMode As FontEmbedMode
public FontEmbedMode StandardFontEmbedMode {get; set;}