Enum Permission
Supported document permission types for ProtectPDFJob
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.protectpdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public enum Permission
Fields
Name | Description |
---|---|
COPY_CONTENT | Enables copying of content from the PDF document. |
EDIT_ANNOTATIONS | Enables additions of comments, digital signatures, and filling in of forms in a PDF document. |
EDIT_CONTENT | Enables all the editing permissions in the PDF document except commenting and page extraction. |
EDIT_DOCUMENT_ASSEMBLY | Enables insertion, deletion, and rotation of pages in a PDF document. |
EDIT_FILL_AND_SIGN_FORM_FIELDS | Enables filling in of forms, digital signature, and creation of template pages in a PDF document. |
PRINT_HIGH_QUALITY | Enables high-quality printing of the PDF document. |
PRINT_LOW_QUALITY | Enables low-quality printing of the PDF document. |