[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontHandler.EmbedMode

EmbedMode Property

EmbedMode

Gets or sets the font embedding mode.

By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardFonts.

For standard fonts, StandardFontEmbedMode determines the embedding mode.

For all other fonts, FontEmbedMode determines the embedding mode.

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