Discuss this help topic in SecureBlackbox Forum

TElPDFEncoding.BaseEncoding

TElPDFEncoding     See also     


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


Specifies the base encoding.

Declaration

[C#]
    string BaseEncoding;

[VB.NET]
    Property BaseEncoding As String

[Pascal]
    property BaseEncoding : string;

[C++]
    void get_BaseEncoding(std::string &OutResult);
    void set_BaseEncoding(const std::string &Value);

[PHP]
    string get_BaseEncoding()
    void set_BaseEncoding(string $Value)

[Java]
    String getBaseEncoding();
    void setBaseEncoding(String Value);

Description

    Use this property to specify the predefined encoding - that is one of the: "MacRomanEncoding", "MacExpertEncoding" or "WinAnsiEncoding". Base encoding is an encoding from which the Differences entry describes differences.
If this entry is not present, base encoding is specified implicitly: whether as a font program built-in encoding or a font's built-in encoding (for non-symbolic fonts).

See also:     Differences    

Discuss this help topic in SecureBlackbox Forum