Discuss this help topic in SecureBlackbox Forum
Specifies character set of the font.
Declaration
[C#/Java]
string CharSet;
[VB.NET]
Property CharSet As String
[Pascal]
property CharSet : string;
[C++]
void get_CharSet(std::string &OutResult);
void set_CharSet(const std::string &Value);
[PHP]
string get_CharSet()
void set_CharSet(string $Value)
Description
CharSet is a string in PDF syntax wchich lists the character names defined in a font subset.
Discuss this help topic in SecureBlackbox Forum