Settings for PDF protection.
Inheritance Hierarchy
TwainScanning.CollectorsPdfProtection
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The PdfProtection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfProtection | Initializes a new instance of the PdfProtection class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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