Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandler Class / EmbedMode Property

In This Topic
    EmbedMode Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property EmbedMode As System.Nullable(Of FontEmbedMode)
    public System.Nullable<FontEmbedMode> EmbedMode {get; set;}
    See Also