In This Topic

Password Property (GdViewer.PdfPasswordRequestEventArgs)

In This Topic
The password required to decrypt the loaded PDF document.
Syntax
'Declaration

 

Public Property Password As String
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);

}
See Also