Discuss this help topic in SecureBlackbox Forum

TElPDFSecurityHandler.CustomName

TElPDFSecurityHandler     See also     


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


Specifies the custom security handler PDF-name.

Declaration

[C#]
    string CustomName;

[VB.NET]
    Property CustomName As String

[Pascal]
    property CustomName : string;

[C++]
    void get_CustomName(std::string &OutResult);
    void set_CustomName(const std::string &Value);

[PHP]
    string get_CustomName()
    void set_CustomName(string $Value)

[Java]
    String getCustomName();
    void setCustomName(String Value);

Description

    Use this property to get or set user-defined security handler PDF-name.

See also:     GetName    

Discuss this help topic in SecureBlackbox Forum