Toggles Read Only status for the current file.
Enables or disables the ability to save changes to the file.
document.ReadOnly=true;
or
document.ReadOnly=false;
document.ReadOnly=true
or
document.ReadOnly=false
Send feedback on this topic to Emurasoft