PDF File Writer Class Library - Author Uzi Granot
Permission Enumeration |
PDF reader permission flags enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public enum Permission

Member name | Value | Description | |
---|---|---|---|
None | 0 | No permission flags | |
LowQalityPrint | 4 | Low quality print (bit 3) | |
ModifyContents | 8 | Modify contents (bit 4) | |
ExtractContents | 16 | Extract contents (bit 5) | |
Annotation | 32 | Annotation (bit 6) | |
Interactive | 256 | Interactive (bit 9) | |
Accessibility | 512 | Accessibility (bit 10) | |
AssembleDoc | 1024 | Assemble document (bit 11) | |
2052 | Print (bit 12 plus bit 3) | ||
All | 3900 | All permission bits |

PDF reference manual version 1.7 Table 3.20
