Accusoft.PdfXpress6.Net
Password Property




Gets and sets a password for opening the PDF file.
Syntax
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As OpenOptions
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the file password.
Remarks

Either reading or permissions password may be used, however the pages may not display with the reader password.

See Also

Reference

OpenOptions Class
OpenOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback