Discuss this help topic in SecureBlackbox Forum
Specifies mapping between CIDs and glyph indices.
Declaration
[VB.NET]
Property CIDToGIDMap As String
[Pascal]
property CIDToGIDMap : string;
[C++]
void get_CIDToGIDMap(std::string &OutResult);
void set_CIDToGIDMap(const std::string &Value);
[PHP]
string get_CIDToGIDMap()
void set_CIDToGIDMap(string $Value)
[Java]
String getCIDToGIDMap();
void setCIDToGIDMap(String Value);
Description
Use this property to get or set the mapping between CIDs and glyph indices.
Discuss this help topic in SecureBlackbox Forum