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.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
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