[]
Represents the security settings of PDF.
public class PdfSecurityOptions
Public Class PdfSecurityOptions
Name | Description |
---|---|
PdfSecurityOptions() |
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. |