ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / NeverEmbedFonts Property

In This Topic
    NeverEmbedFonts Property (PdfExportSettings)
    In This Topic
    Gets or sets the semicolon-delimited string of values indicating fonts that should not be embedded in the PDF document.
    Syntax
    'Declaration
     
    Public Property NeverEmbedFonts As StringDefaultExportSetting
    public StringDefaultExportSetting NeverEmbedFonts {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the fonts that should never be embedded.
    See Also