Discuss this help topic in SecureBlackbox Forum

TElPDFPasswordSecurityHandler.OwnerPassword

TElPDFPasswordSecurityHandler     See also     


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


Specifies owner password.

Declaration

[C#]
    string OwnerPassword;

[VB.NET]
    Property OwnerPassword As String

[Pascal]
    property OwnerPassword : string;

[C++]
    void get_OwnerPassword(std::string &OutResult);
    void set_OwnerPassword(const std::string &Value);

[PHP]
    string get_OwnerPassword()
    void set_OwnerPassword(string $Value)

[Java]
    String getOwnerPassword();
    void setOwnerPassword(String Value);

Description

    Use this property to specify owner password.

See also:     UserPassword     Permissions    

Discuss this help topic in SecureBlackbox Forum