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 fillForms is also set, the user can fill existing forms (including digital signatures).

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 assemble.

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 true the print resolution will be 300 DPI and 150 DPI otherwise.

Printing

Print the document. Limited to degraded quality if PrintHighQuality isn't set.