Skip to main content
A newer version of this page is available. .
All docs
V21.2

GetDocumentPasswordEventArgs(String, Int32) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v21.2.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