Permission Enumeration |
The permissions allowed by a PDF document
[FlagsAttribute] public enum Permission
Member name | Value | Description |
---|---|---|
None | 0 | No permission. |
4 | Allow low resolution printing. | |
Modify | 8 | Allow changing the document. |
Copy | 16 | Allow content copying or extraction. |
Annotate | 32 | Allow annotations. |
FillForms | 256 | Allow filling of form fields. |
SupportDisabilities | 512 | Allow support for disabilities. |
Assemble | 1,024 | Allow document assembly. |
DigitalPrint | 2,048 | Allow high resolution printing. |
All | 3,900 | All Permission. |