Set the font level. Basically a higher font level means a more accurate final pdf file - but also a large one.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FontLevel As ReportPdf.FONT |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportPdf
Dim value As ReportPdf.FONT
instance.FontLevel = value
value = instance.FontLevel |
Managed Extensions for C++ | |
---|
public: __property ReportPdf.FONT get_FontLevel();
public: __property void set_FontLevel(
ReportPdf.FONT value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also