Skip to main content

PdfViewer.PasswordRequested Event

Occurs each time the PDF viewer requests a user to enter a password to open a protected PDF file.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public event EventHandler<PasswordRequestedEventArgs> PasswordRequested

Event Data

The PasswordRequested event's data class is PasswordRequestedEventArgs. The following properties provide information specific to this event:

Property Description
Password Gets or sets the security password to open a PDF file.
PasswordRequestsCount Returns the current number of password request attempts.
Path Returns the path to a PDF file that is requested to be opened in the PDF Viewer.
See Also