Discuss this help topic in SecureBlackbox Forum

TElPDFCustomFont.ToUnicode

TElPDFCustomFont     


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


Contains mapping of character codes to Unicode values.

Declaration

[C#]
    byte[] ToUnicode;

[VB.NET]
    Property ToUnicode As Byte()

[Pascal]
    property ToUnicode : ByteArray;

[C++]
    void get_ToUnicode(std::vector<uint8_t> &OutResult);
    void set_ToUnicode(const std::vector<uint8_t> &Value);

[PHP]
    string get_ToUnicode()
    void set_ToUnicode(array of byte|string|NULL $Value)

[Java]
    byte[] getToUnicode();
    void setToUnicode(byte[] Value);

Description

    This buffer contains a CMap file that maps character codes to Unicode values.

Discuss this help topic in SecureBlackbox Forum