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.14.2+5217f89c7b399efc0587b88c31a764dfa81dc11a
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