Aspose::Words::Saving::PdfPermissions enum
Contents
[
Hide
]PdfPermissions enum
Specifies the operations that are allowed to a user on an encrypted PDF document.
enum class PdfPermissions
Values
Name | Value | Description |
---|---|---|
DisallowAll | 0 | Disallows all operations on the PDF document. This is the default value. |
AllowAll | 65535 | Allows all operations on the PDF document. |
ContentCopy | n/a | Copy or otherwise extract text and graphics from the document by operations other than that controlled by ContentCopyForAccessibility. |
ContentCopyForAccessibility | n/a | Extract text and graphics (in support of accessibility to users with disabilities or for other purposes). |
ModifyContents | n/a | Modify the contents of the document by operations other than those controlled by ModifyAnnotations, FillIn, and DocumentAssembly. |
ModifyAnnotations | n/a | Add or modify text annotations, fill in interactive form fields, and, if ModifyContents is also set, create or modify interactive form fields (including signature fields). |
FillIn | n/a | Fill in existing interactive form fields (including signature fields), even if ModifyContents is clear. |
DocumentAssembly | n/a | Assemble the document (insert, rotate, or delete pages and create document outline items or thumbnail images), even if ModifyContents is clear. |
Printing | n/a | Print the document (possibly not at the highest quality level, depending on whether HighResolutionPrinting is also set). |
HighResolutionPrinting | n/a | Print the document to a representation from which a faithful digital copy of the PDF content could be generated, based on an implementation-dependent algorithm. When this flag is clear (and Printing is set), printing shall be limited to a low-level representation of the appearance, possibly of degraded quality. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++