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