Leadtools.Documents Namespace > Document Object : IsReadOnly Property |
get_isReadOnly();
Object.defineProperty('isReadOnly');
Type | Description |
---|---|
boolean | true if this document is read-only and cannot be modified; otherwise, false. Default value is false. |
Setting is IsReadOnly to true will turn this document into a read-only version. This a logical only operation that can be set by user applications for sanity checking, the Document itself will not behave any differently when any of the methods and properties are accessed.