PdfProtection PropertiesTerminal Works - TwainScanning.Net Library

The PdfProtection type exposes the following members.

Properties

  NameDescription
Public propertyOwnerPassword
Owner password for opening the PDF document after scanning. Owner has all privileges.

Note: Ignored if SecurityLevel not set.

Public propertyPermitAccessibilityExtractContent
Permit extracting content for accessibility purposes from the PDF document after scanning.

Note: Will not be applied if SecurityLevel is not set to Encrypted128Bit.

Public propertyPermitAnnotations
Permit adding annotations to the PDF document after scanning.
Public propertyPermitAssembleDocument
Permit assembling the PDF document after scanning.

Note: Will not be applied if SecurityLevel is not set to Encrypted128Bit.

Public propertyPermitExtractContent
Permit extracting content from the PDF document after scanning.
Public propertyPermitFormsFill
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.

Public propertyPermitFullQualityPrint
Permit printing the PDF document after scanning in full quality.

Note: Will not be applied if SecurityLevel is not set to Encrypted128Bit.

Public propertyPermitModifyDocument
Permit modifying the PDF document after scanning.
Public propertyPermitPrint
Permit printing the PDF document after scanning.
Public propertySecurityLevel
Encryption level to use when protecting the PDF document after scanning.

Note: Encryption will not be performed if OwnerPassword or UserPassword not set.

Public propertyUserPassword
User password for opening the PDF document after scanning. User has limited privileges which are set with permissions.

Note: Ignored if SecurityLevel not set.

Top
See Also

Reference