The type of the documentPermissions property. The DocumentPermissions object provides settings determining how the document can be edited, when the EditMode is changed from Edit to ReadAndSelect.

Syntax

{
   readOnly: <boolean>,
   allowCopy: <boolean>,
   allowFormatting: <boolean>,
   allowFormattingStyles: <boolean>,
   allowPrinting: <boolean>,
   allowEditingFormFields: <boolean>
}

Introduced: X15.

Properties

Property Description
allowCopy Specifies whether document content can be copied to the clipboard.
allowEditingFormFields Gets or sets a value specifying whether form fields can be filled in.
allowFormatting Gets or sets a value specifying whether the document can be formatted.
allowFormattingStyles Gets or sets a value specifying whether formatting styles can be used to format the document.
allowPrinting Gets or sets a value specifying whether the document can be printed.
readOnly Gets or sets a value specifying whether the document is read only.