Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFont.CIDToGIDMap

TElPDFCIDFont     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies mapping between CIDs and glyph indices.

Declaration

[C#]
    string CIDToGIDMap;

[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.

See also:     CIDToGIDMapData    

Discuss this help topic in SecureBlackbox Forum