Namespace: BitMiracle.Docotic.Pdf
[FlagsAttribute] public enum PdfPermissionFlags
<FlagsAttribute> Public Enumeration PdfPermissionFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | Permit only viewing. | |
PrintDocument | 4 | Print the document. | |
ModifyContents | 8 | Modify the contents of the document. | |
CopyContents | 16 | Copy or otherwise extract text and graphics from the document. | |
ModifyAnnotations | 32 | Add or modify text annotations, fill in interactive form fields. | |
FillFormFields | 256 | Fill in existing interactive form fields (including signature fields). | |
ExtractContents | 512 | Extract text and graphics (in support of accessibility to users with disabilities or for other purposes). | |
AssembleDocument | 1024 | Assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images). | |
PrintFaithfulCopy | 2048 | Print the document to a representation from which a faithful digital copy of the PDF content could be generated. | |
Everything | 3900 | Permit everything. |