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
Parameters
Name | Type | Description |
---|---|---|
path | String | The path to the document. |
passwordRequestsCount | Int32 | The current number of password requests. |
See Also