ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / FontFallback Property

In This Topic
    FontFallback Property (PdfExportOptions)
    In This Topic
    Gets or sets a comma-delimited string of font families that will be used to lookup glyphs that are missing in the original font (Professional Edition).
    Syntax
    'Declaration
     
    Public Property FontFallback As String
    public string FontFallback {get; set;}
    Remarks

    This feature is for use with the Professional Edition license only.

    Note: The value of this property is ignored when used with the Standard Edition license.  Some characters are not guaranteed to render correctly in the generated PDF.

    See Also