Name | Description | |
---|---|---|
PdfSecurityOptions Constructor |
The following tables list the members exposed by PdfSecurityOptions.
Name | Description | |
---|---|---|
PdfSecurityOptions Constructor |
Name | Description | |
---|---|---|
AssembleDocumentPermission | Permission to insert, rotate, or delete pages and create bookmarks or thumbnail images. The default value is true. If you want to prevent a user from inserting/rotating/deleting pages , you need to set ModifyDocumentPermission = false as well. | |
ExtractContentPermission | Permission to copy or extract content. The default value is true. | |
FillFormsPermission | Permission to fill the form fields. The default value is true. If you want to prevent a user from filling in interactive form fields, you need to set ModifyAnnotationsPermission = false as well. | |
FullQualityPrintPermission | Permission to print in high quality. The default value is true. | |
ModifyAnnotationsPermission | Permission to modify text annotations and fill the form fields. The default value is true. | |
ModifyDocumentPermission | Permission to modify pdf document. The default value is true. | |
OwnerPassword | Gets or sets the owner password of the document. | |
PrintPermission | Permission to print pdf document. The default value is true. | |
UserPassword | Gets or sets the user password. |