Discuss this help topic in SecureBlackbox Forum
Specifies the type of font.
Declaration
[C#/Java]
string Subtype;
[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)
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