Constructor
#
new PdfProtection()
Creates an instance of PdfProtection. PdfProtection class is used to set the security level of the pdf file.
Members
#
ownerPassword :String
The owner password of the pdf file.
Permits extracting content for accessibility purposes from the PDF document after scanning.
#
permitAnnotations :Boolean
Permits adding annotations to the PDF document after scanning.
#
permitAssembleDocument :Boolean
Permits assembling the PDF document after scanning.
Permits extracting content from the PDF document after scanning.
Permits filling in form fields in the PDF document after scanning.
#
permitFullQualityPrint :Boolean
Permits printing the PDF document in full quality after scanning.
#
permitModifyDocument :Boolean
Permits modifying the PDF document after scanning.
#
permitPrint :Boolean
Permits printing the PDF document after scanning.
The security level of the pdf file.
- Default Value:
- PdfDocumentSecurityLevel.ENCRYPTED_128BIT
#
userPassword :String
The user password of the pdf file.