dxPDFDefaultPasswordAttemptsLimit Constant
Specifies the default number of allowed attempts to enter the PDF document‘s protection password.
Declaration
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