ReadOnly property

Returns whether or not the document is a read-only document.

Syntax

BooleanVariable = object.ReadOnly

Where:

     BooleanVariable is a variable (True or False) specifying whether or not the document is read-only.

     object is the Document object.

Examples ...

ReadOnly property example