Class PasswordRequestedEventArgs
Provides data for the PasswordRequested event.
Inheritance
System.Object
PasswordRequestedEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class PasswordRequestedEventArgs : EventArgs
Constructors
PasswordRequestedEventArgs()
Declaration
public PasswordRequestedEventArgs()
Properties
Handled
Gets or sets a value indicating whether the PasswordRequested event is handled.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
Password
Gets or sets the security password to open a password protected PDF document.
Declaration
public string Password { get; set; }
Property Value
Type |
---|
System.String |
Remarks
THe value cannot be null or empty, when the value of Handled is true.