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

In This Topic
    FontEmbedMode Property
    In This Topic
    Gets or sets the font embedding mode.

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

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