Back to Devexpress

PdfViewer.PasswordRequested Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-e7920236.md

latest1.3 KB
Original Source

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

csharp
public event EventHandler<PasswordRequestedEventArgs> PasswordRequested

Event Data

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

PropertyDescription
PasswordGets or sets the security password to open a PDF file.
PasswordRequestsCountReturns the current number of password request attempts.
PathReturns the path to a PDF file that is requested to be opened in the PDF Viewer.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace