Discuss this help topic in SecureBlackbox Forum
Specifies horizontal font size.
Declaration
[VB.NET]
Property FontSizeX As Double
[Pascal]
property FontSizeX : Double;
[C++]
double get_FontSizeX();
void set_FontSizeX(double Value);
[PHP]
double get_FontSizeX()
void set_FontSizeX(double $Value)
[Java]
double getFontSizeX();
void setFontSizeX(double Value);
Description
Use this property to set horizontal font size.
Discuss this help topic in SecureBlackbox Forum