Discuss this help topic in SecureBlackbox Forum

TElPDFCompositeFont.Encoding

TElPDFCompositeFont     See also     


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


References a CMap dictionary.

Declaration

[C#]
    string Encoding;

[VB.NET]
    Property Encoding As String

[Pascal]
    property Encoding : string;

[C++]
    void get_Encoding(std::string &OutResult);
    void set_Encoding(const std::string &Value);

[PHP]
    string get_Encoding()
    void set_Encoding(string $Value)

[Java]
    String getEncoding();
    void setEncoding(String Value);

Description

    Use this property to specify the name of the CMap file associated with DescendantFonts. A CMap (character map) file provides linking of the character codes and the CID(character ID) numbers which identify glyphs. It is similar to the encoding concept in the simple fonts, whereas a CMap can describe more than 256 glyphs.

See also:     EncodingData     DescendantFonts    

Discuss this help topic in SecureBlackbox Forum