Discuss this help topic in SecureBlackbox Forum
Specifies horizontal font size.
Declaration
[C#/Java]
double FontSizeX;
[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)
Description
Use this property to set horizontal font size.
Discuss this help topic in SecureBlackbox Forum