Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.CharSet

TElPDFFontDescriptor     


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


Specifies character set of the font.

Declaration

[C#]
    string CharSet;

[VB.NET]
    Property CharSet As String

[Pascal]
    property CharSet : string;

[C++]
    void get_CharSet(std::string &OutResult);
    void set_CharSet(const std::string &Value);

[PHP]
    string get_CharSet()
    void set_CharSet(string $Value)

[Java]
    String getCharSet();
    void setCharSet(String Value);

Description

    CharSet is a string in PDF syntax wchich lists the character names defined in a font subset.

Discuss this help topic in SecureBlackbox Forum