Accusoft.PdfXpress7.Net
OwnerPassword Property




A password that permits a user to open an encrypted document and change Security settings. Supplying the correct password enables the user to open the document, decrypt it, display it on screen, and change Security settings.
Syntax
'Declaration
 
Public Property OwnerPassword As String
'Usage
 
Dim instance As Security
Dim value As String
 
instance.OwnerPassword = value
 
value = instance.OwnerPassword
public string OwnerPassword {get; set;}
public: __property string* get_OwnerPassword();
public: __property void set_OwnerPassword( 
   string* value
);
public:
property String^ OwnerPassword {
   String^ get();
   void set (    String^ value);
}
Exceptions
ExceptionDescription
System.ArgumentException The password specified to be set is invalid.
PdfXpressException Security has been already been removed or editing Security is not permitted.
See Also

Reference

Security Class
Security Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback