Aspose::Words::Saving::PdfPermissions enum

PdfPermissions enum

Specifies the operations that are allowed to a user on an encrypted PDF document.

enum class PdfPermissions

Values

NameValueDescription
DisallowAll0Disallows all operations on the PDF document. This is the default value.
AllowAll65535Allows all operations on the PDF document.
ContentCopyn/aCopy or otherwise extract text and graphics from the document by operations other than that controlled by ContentCopyForAccessibility.
ContentCopyForAccessibilityn/aExtract text and graphics (in support of accessibility to users with disabilities or for other purposes).
ModifyContentsn/aModify the contents of the document by operations other than those controlled by ModifyAnnotations, FillIn, and DocumentAssembly.
ModifyAnnotationsn/aAdd or modify text annotations, fill in interactive form fields, and, if ModifyContents is also set, create or modify interactive form fields (including signature fields).
FillInn/aFill in existing interactive form fields (including signature fields), even if ModifyContents is clear.
DocumentAssemblyn/aAssemble the document (insert, rotate, or delete pages and create document outline items or thumbnail images), even if ModifyContents is clear.
Printingn/aPrint the document (possibly not at the highest quality level, depending on whether HighResolutionPrinting is also set).
HighResolutionPrintingn/aPrint 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