Skip to main content

PdfDocumentProcessor.PasswordAttemptsLimit Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public int PasswordAttemptsLimit { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also