PasswordRequestedEventArgs.Password Property
In This Article
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
C#
public string Password { get; set; }
#Property Value
Type | Description |
---|---|
String | A string that contains the password. |
See Also