Click or drag to resize
Pdftools logo

Permission Enumeration

The permissions allowed by a PDF document

  • See Permissions to read the permissions of a PDF document.
  • See Encryption to set the permissions when encrypting a PDF document.

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum Permission
Members
Member nameValueDescription
None0

No permission.

Print4

Allow low resolution printing.

Modify8

Allow changing the document.

Copy16

Allow content copying or extraction.

Annotate32

Allow annotations.

FillForms256

Allow filling of form fields.

SupportDisabilities512

Allow support for disabilities.

Assemble1,024

Allow document assembly.

DigitalPrint2,048

Allow high resolution printing.

All3,900

All Permission.

See Also