PdfSecurityOptions Class |
Namespace: ExpertPdf.PDFSecurity
The PdfSecurityOptions type exposes the following members.
Name | Description | |
---|---|---|
PdfSecurityOptions |
Name | Description | |
---|---|---|
Algorithm |
The encryption algorithm. The default algorithm is AES.
| |
CanAccessibilityCopyContent |
Can accessibility copy the document content.
| |
CanAssembleDocument |
Can assemble the document (create bookmarks, thumbnail images or insert, rotate, delete
pages). This property has effect when a 128 bit key is used.
| |
CanCopyContent |
Can copy the document content.
| |
CanEditAnnotations |
Can edit PDF document annotations.
| |
CanEditContent |
Can edit PDF document content.
| |
CanFillFormFields |
Can fill the form fields. This property has effect when a 128 bit key is used. To disable form filling the CanEditContent and CanEditAnnotations must be set on false.
| |
CanFullQualityPrint |
Can print the document in full quality.
| |
CanPrint |
Can print the document.
| |
KeySize |
The dimension of the encryption key. The default key size is 128 bits.
| |
OwnerPassword |
The password required to change permissions of the PDF document like printing or editing.
If the OwnerPassword property is an empty string and the UserPassword is not empty,
the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password)
all the operations like printing, copying, etc will be allowed.
| |
UserPassword |
The password required to open the PDF document. If the OwnerPassword property is an empty string and the UserPassword is not empty,
the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password)
all the operations like printing, copying, etc will be allowed.
|