dxPDFDefaultPasswordAttemptsLimit Constant
In This Article
Specifies the default number of allowed attempts to enter the PDF document‘s protection password.
#Declaration
Delphi
const dxPDFDefaultPasswordAttemptsLimit = 3;
#Remarks
This global constant specifies the initial value of:
The PDF Viewer‘s PasswordAttemptsLimit property;
The PDF document‘s PasswordAttemptsLimit property.
See Also