PasswordRequestedEventArgs.PasswordRequestsCount Property
Returns the current number of password request attempts.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public int PasswordRequestsCount { get; }
Property Value
Type | Description |
---|---|
Int32 | The current number of password requests. |
See Also