Skip to main content

PasswordRequestedEventArgs(String, Int32) Constructor

Initializes a new instance of the PasswordRequestedEventArgs class with specified settings.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public PasswordRequestedEventArgs(
    string path,
    int passwordRequestsCount
)

Parameters

Name Type Description
path String

The path to a PDF file that is requested to be opened in the PDF Viewer.

passwordRequestsCount Int32

The current number of password request attempts.

See Also