The type of the document
{
readOnly: <boolean>,
allowCopy: <boolean>,
allowFormatting: <boolean>,
allowFormattingStyles: <boolean>,
allowPrinting: <boolean>,
allowEditingFormFields: <boolean>
} Introduced: X15.
| Property | Description |
|---|---|
| allow |
Specifies whether document content can be copied to the clipboard. |
| allow |
Gets or sets a value specifying whether form fields can be filled in. |
| allow |
Gets or sets a value specifying whether the document can be formatted. |
| allow |
Gets or sets a value specifying whether formatting styles can be used to format the document. |
| allow |
Gets or sets a value specifying whether the document can be printed. |
| read |
Gets or sets a value specifying whether the document is read only. |