Skip to main content
All docs
V25.1
  • GetDocumentPasswordEventArgs.PasswordRequestsCount Property

    Returns the current number of password request attempts.

    Namespace: DevExpress.Xpf.PdfViewer

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

    NuGet Package: DevExpress.Wpf.PdfViewer

    Declaration

    public int PasswordRequestsCount { get; }

    Property Value

    Type Description
    Int32

    The current number of password requests.

    See Also