Skip to main content
All docs
V23.2

GetDocumentPasswordEventArgs.PasswordRequestsCount Property

Returns the current number of password request attempts.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public int PasswordRequestsCount { get; }

Property Value

Type Description
Int32

The current number of password requests.

See Also