Skip to main content
All docs
V24.1

GetDocumentPasswordEventArgs(String, Int32) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public GetDocumentPasswordEventArgs(
    string path,
    int passwordRequestsCount
)

Parameters

Name Type Description
path String

The path to the document.

passwordRequestsCount Int32

The current number of password requests.

See Also