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