PasswordRequestedEventArgs.Password Property
Gets or sets the security password to open a PDF file.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
String | A string that contains the password. |
See Also