Class GetDocumentPasswordEventArgs
Provides data for the GetDocumentPassword event.
Inheritance
System.Object
GetDocumentPasswordEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class GetDocumentPasswordEventArgs : EventArgs
Properties
Handled
Gets or sets a value indicating whether the GetDocumentPassword event is handled. The default value is false. When the value is set to true, built-in password dialog to get the password from user won’t get displayed.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Password
Gets and sets the security password to open a password file.
Declaration
public SecureString Password { get; set; }
Property Value
Type |
---|
System.Security.SecureString |