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 10, Windows NT, Windows Server
See Also