PdfPermissions Enumeration
This enumeration lists permission flags that can be assigned to PDF files. The possible values are:
PDF Permissions
Name | Value | Description |
None | 0x0 | No permissions |
0x4 | Allows printing | |
MOD | 0x28 | Allows document modification |
COPY | 0x10 | Allows copying |
ALL | 0x3c | Allows printing, copying, and document modifications |