Password Property (GdViewer.PdfPasswordRequestEventArgs)
The password required to decrypt the loaded PDF document.
public string Password {get; set;}
public read-write property Password: String;
public function get,set Password : String
public: __property string* get_Password();
public: __property void set_Password(
string* value
);
public:
property String^ Password {
String^ get();
void set ( String^ value);
}
'Declaration
Public Property Password As String