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

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