Enum DocumentPermissionFlag
Permissions for document.
Namespace: PSPDFKit.Api.Enums
Assembly: Api.dll
Syntax
[Flags]
public enum DocumentPermissionFlag
Fields
| Name | Description |
|---|---|
| AnnotationsAndForms | Add or modify text annotations and interactive form fields. If |
| Assemble | Assemble the document, i.e. insert, rotate, or delete pages, or create bookmarks or thumbnail images. |
| Extract | Copy or extract text and graphics from the document. |
| ExtractAccessibility | Extract text and graphics in support of accessibility to users with disabilities. |
| FillForms | Fill existing forms (including digital signatures). |
| Modification | Modify the contents of the document with operations other than |
| PrintHighQuality | Print the document to a representation from which a faithful digital copy of the PDF content
can be generated. When this flag is set to |
| Printing | Print the document. Limited to degraded quality if PrintHighQuality isn't set. |