Discuss this help topic in SecureBlackbox Forum

TElPDFCIDSystemInfo.Ordering

TElPDFCIDSystemInfo     


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


Unique name of the character collection within the specified Registry.

Declaration

[C#]
    string Ordering;

[VB.NET]
    Property Ordering As String

[Pascal]
    property Ordering : string;

[C++]
    void get_Ordering(std::string &OutResult);
    void set_Ordering(const std::string &Value);

[PHP]
    string get_Ordering()
    void set_Ordering(string $Value)

[Java]
    String getOrdering();
    void setOrdering(String Value);

Description

    Use this property to get or set the unique name of the character collection within the Registry.

Discuss this help topic in SecureBlackbox Forum