Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsReadOnly Property

Show in webframe
Indicate that this document is read-only and cannot be modified.
Syntax
get_isReadOnly();
Object.defineProperty('isReadOnly');

Property Value

TypeDescription
booleantrue if this document is read-only and cannot be modified; otherwise, false. Default value is false.
Remarks

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.

See Also

Reference

Document Object
Document Members

Error processing SSI file