Discuss this help topic in SecureBlackbox Forum

TElPDFCIDSystemInfo.Registry

TElPDFCIDSystemInfo     See also     


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


Identifies the issuer of the character collection.

Declaration

[C#]
    string Registry;

[VB.NET]
    Property Registry As String

[Pascal]
    property Registry : string;

[C++]
    void get_Registry(std::string &OutResult);
    void set_Registry(const std::string &Value);

[PHP]
    string get_Registry()
    void set_Registry(string $Value)

[Java]
    String getRegistry();
    void setRegistry(String Value);

Description

    Use this property to identify the issuer of the character collection.

See also:     Ordering    

Discuss this help topic in SecureBlackbox Forum