ActiveReports Developer 7
FallbackFonts Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : FallbackFonts Property

Glossary Item Box

Gets or sets a comma-delimited string of font families to locate missing glyphs from the original font.

Syntax

Visual Basic (Declaration) 
Public Property FallbackFonts As System.String
C# 
public System.string FallbackFonts {get; set;}

See Also