Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.PasswordAttemptsLimit Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public int PasswordAttemptsLimit { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also