Skip to main content
A newer version of this page is available. .

PdfViewer.PasswordAttemptsLimit Property

Specifies the maximum number of allowed attempts to enter the PDF file’s security password.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[DefaultValue(1)]
public int PasswordAttemptsLimit { get; set; }

Property Value

Type Default Description
Int32 1

An integer value.

See Also