Back to Devexpress

PdfViewerControl.PasswordAttemptsLimit Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-b077b15c.md

latest1.1 KB
Original Source

PdfViewerControl.PasswordAttemptsLimit Property

Specifies the maximum number of allowed attempts to enter the security password. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public int PasswordAttemptsLimit { get; set; }
vb
Public Property PasswordAttemptsLimit As Integer

Property Value

TypeDescription
Int32

The maximum number of allowed attempts.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace