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

GetDocumentPasswordEventArgs.PasswordRequestsCount Property

Returns the current number of password request attempts.

Namespace: DevExpress.Xpf.PdfViewer

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