Discuss this help topic in SecureBlackbox Forum
Specifies the type of font.
Declaration
[VB.NET]
Property Subtype As String
[Pascal]
property Subtype : string;
[C++]
void get_Subtype(std::string &OutResult);
void set_Subtype(const std::string &Value);
[PHP]
string get_Subtype()
void set_Subtype(string $Value)
[Java]
String getSubtype();
void setSubtype(String Value);
Description
Use this property to specify the type of font.
Must be
"Type1" for Type 1 fonts,
"TrueType" for TrueType fonts, etc.
Discuss this help topic in SecureBlackbox Forum