Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / StandardFontEmbedMode Property

In This Topic
    StandardFontEmbedMode Property
    In This Topic
    Gets or sets the font embedding mode for the 14 standard PDF fonts.

    The default is FontEmbedMode.NotEmbed.

    Note that if the GcPdfDocument is saved as PDF/A, and the value of this property is FontEmbedMode.NotEmbed, the standard fonts are embedded anyway using the FontEmbedMode.EmbedSubset mode.

    Syntax
    'Declaration
     
    Public Property StandardFontEmbedMode As FontEmbedMode
    public FontEmbedMode StandardFontEmbedMode {get; set;}
    See Also