Click or drag to resize
Pdftools logo

Permission Enumeration


Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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