[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontEmbedMode

FontEmbedMode Property

FontEmbedMode

Gets or sets the font embedding mode.

The default is 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 NotEmbed, the fonts are embedded anyway using the EmbedSubset mode.

Declaration
public FontEmbedMode FontEmbedMode { get; set; }
Public Property FontEmbedMode As FontEmbedMode