Discuss this help topic in SecureBlackbox Forum
Specifies vertical font size.
Declaration
[C#/Java]
double FontSizeY;
[VB.NET]
Property FontSizeY As Double
[Pascal]
property FontSizeY: double;
[C++]
double get_FontSizeY();
void set_FontSizeY(double Value);
[PHP]
double get_FontSizeY()
void set_FontSizeY(double $Value)
Description
Use this property to set vertical font size.
Discuss this help topic in SecureBlackbox Forum