Discuss this help topic in SecureBlackbox Forum
Specifies vertical font size.
Declaration
[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)
[Java]
double getFontSizeY();
void setFontSizeY(double Value);
Description
Use this property to set vertical font size.
Discuss this help topic in SecureBlackbox Forum