Discuss this help topic in SecureBlackbox Forum
Provides mapping of CIDs to glyph indices.
Declaration
[C#/Java]
string CIDToGIDMapData;
[VB.NET]
Property CIDToGIDMapData As String
[Pascal]
property CIDToGIDMapData : string;
[C++]
void get_CIDToGIDMapData(std::vector<uint8_t> &OutResult);
void set_CIDToGIDMapData(const std::vector<uint8_t> &Value);
[PHP]
string get_CIDToGIDMapData()
void set_CIDToGIDMapData(array of byte|string|NULL $Value)
Description
Use this property to get or set mapping of CIDs to glyph indices.
The glyph indices are 2-byte values stored consequently for consequent CID values.
Discuss this help topic in SecureBlackbox Forum