Skip to main content
All docs
V25.2
  • GetDocumentPasswordEventArgs(String, Int32) Constructor

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

    Namespace: DevExpress.Xpf.PdfViewer

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