Discuss this help topic in SecureBlackbox Forum
Specifies the font resource name.
Declaration
[C#]
string FontResourceName;
[VB.NET]
Property FontResourceName As String
[Pascal]
property FontResourceName : string;
[C++]
void get_FontResourceName(std::string &OutResult);
void set_FontResourceName(const std::string &Value);
[PHP]
string get_FontResourceName()
void set_FontResourceName(string $Value)
[Java]
String getFontResourceName();
void setFontResourceName(String Value);
Description
Use this property to specify the font resource name.
Discuss this help topic in SecureBlackbox Forum