Enum DocumentLevelPermission
A mapping of Document Level Permission used in PDFElectronic
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public enum DocumentLevelPermission
Fields
Name | Description |
---|---|
FORM_FILLING | Represents FORM_FILLING document level permission. Allowed changes in output document are filling in forms, instantiating page templates, and performing approval signatures. |
FORM_FILLING_AND_ANNOTATIONS | Represents FORM_FILLING_AND_ANNOTATIONS document level permission. In addition to changes allowed in FORM_FILLING, annotation creation, deletion, and modification are also allowed. |
NO_CHANGES_ALLOWED | Represents NO_CHANGES_ALLOWED document level permission. No changes to the output document are permitted. |