The PdfProtection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| OwnerPassword |
Owner password for opening the PDF document after scanning.
Owner has all privileges.
Note: Ignored if SecurityLevel not set.
| |
| PermitAccessibilityExtractContent |
Permit extracting content for accessibility purposes from the PDF document after scanning.
Note: Will not be applied if SecurityLevel is not set to
Encrypted128Bit.
| |
| PermitAnnotations |
Permit adding annotations to the PDF document after scanning.
| |
| PermitAssembleDocument |
Permit assembling the PDF document after scanning.
Note: Will not be applied if SecurityLevel is not set to
Encrypted128Bit.
| |
| PermitExtractContent |
Permit extracting content from the PDF document after scanning.
| |
| PermitFormsFill |
Permit filling interactive form fields (including signing) in the PDF document after scanning.
Note: Will not be applied if SecurityLevel is not set to
Encrypted128Bit.
| |
| PermitFullQualityPrint |
Permit printing the PDF document after scanning in full quality.
Note: Will not be applied if SecurityLevel is not set to
Encrypted128Bit.
| |
| PermitModifyDocument |
Permit modifying the PDF document after scanning.
| |
| PermitPrint |
Permit printing the PDF document after scanning.
| |
| SecurityLevel |
Encryption level to use when protecting the PDF document after scanning.
Note: Encryption will not be performed if OwnerPassword or UserPassword not set.
| |
| UserPassword |
User password for opening the PDF document after scanning.
User has limited privileges which are set with permissions.
Note: Ignored if SecurityLevel not set.
|
See Also