ActiveReports 13
FontFallback Property (PdfExportOptions)

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > PdfExportOptions Class : FontFallback Property
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

Reference

PdfExportOptions Class
PdfExportOptions Members