ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / EmbedFonts Property

In This Topic
    EmbedFonts Property (Settings)
    In This Topic

    Gets or sets the value indicating whether the fonts used in the report are embedded in the PDF document. You can choose from the following options:

    All: Embeds all the fonts regardless of the one's specified in NeverEmbedFonts property.

    Partial: Embeds fonts except the one's specified in NeverEmbedFonts property.

    None: Do not embed fonts.

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