PDFPermissionFlags is a collection of flags that can be set to customize permissions for the PDF output files.
Flags
Name |
Value |
Description |
AllowPrinting |
4 + 2048 |
If this flag is set, the document will be allowed to print. |
AllowModifyContents |
8 |
Specifies whether the document's contents can be modified. |
AllowCopy |
16 |
Specifies whether the document can be copied. |
AllowModifyAnnotations |
32 |
Specifies whether the document's annotations can be modified. |
AllowFillIn |
256 |
Specifies whether the document's forms can be filled in. |
AllowScreenReaders |
512 |
Specifies whether the document can be read by Acrobat Reader. |
AllowAssembly |
1024 |
Allows assembling the document (inserting, rotating, or deleting pages and creating bookmarks or thumbnail images). |
AllowDegradedPrinting |
4 |
Allow printing as a rasterized image. |