Get the font size used when formatting txt output. This is set in TWIPS or 20ths of a point. So a value of 240 (the default) is 12 points.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FontSize As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ReportText
Dim value As Integer
instance.FontSize = value
value = instance.FontSize |
| C# | |
|---|
public int FontSize {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_FontSize();
public: __property void set_FontSize(
int value
); |
| C++/CLI | |
|---|
public:
property int FontSize {
int get();
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also