PdfPermissionsInfo Properties

The PdfPermissionsInfo type exposes the following members.

Properties

  NameDescription
Public propertyAllowEverything
Gets a value indicating whether it is allowed to make any changes to the document.
Public propertyAssembleDocument
Gets a value indicating whether it is allowed to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images).
Public propertyCopyContents
Gets a value indicating whether it is allowed to copy or otherwise extract text and graphics from the document.
Public propertyExtractContents
Gets a value indicating whether it is allowed to extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
Public propertyFillFormFields
Gets a value indicating whether it is allowed to fill in existing interactive form fields (including signature fields).
Public propertyFlags
Gets the permissions as bit flags.
Public propertyIsOwner
Gets a value indicating whether full (owner) access to the document is allowed.
Public propertyModifyAnnotations
Gets a value indicating whether it is allowed to add or modify text annotations and fill in interactive form fields.
Public propertyModifyContents
Gets a value indicating whether it is allowed to modify the contents of the document.
Public propertyPrintDocument
Gets a value indicating whether it is allowed to print the document.
Public propertyPrintFaithfulCopy
Gets a value indicating whether it is allowed to print the document to a representation from which a faithful digital copy of the PDF content could be generated.

See Also