Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFontDescriptor.Lang

TElPDFCIDFontDescriptor     


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


Specifies the CIDFont's language.

Declaration

[C#]
    string Lang;

[VB.NET]
    Property Lang As String

[Pascal]
    property Lang : string;

[C++]
    void get_Lang(std::string &OutResult);
    void set_Lang(const std::string &Value);

[PHP]
    string get_Lang()
    void set_Lang(string $Value)

[Java]
    String getLang();
    void setLang(String Value);

Description

    Use this property to get or set the CIDFont's language. The possible values are the codes described by [RFC 3066].

Discuss this help topic in SecureBlackbox Forum