Click or drag to resize
Pdftools logo

Permission Enumeration

The Permissions in force for this document.

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
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