[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.StandardFontEmbedMode

StandardFontEmbedMode Property

StandardFontEmbedMode

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.

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