Gets or sets indication of whether user interface of the editor allows changing opened document.
[Visual Basic]Public Property IsReadOnly As
Boolean [C#]public
bool IsReadOnly {get; set;}
Example
Shows how to enable the read-only mode.
[C#]
editorControl.Options.IsReadOnly = true;
[Visual Basic]
editorControl.Options.IsReadOnly = True
See Also
EditorOptions Class | Aspose.Editor.Desktop Namespace