In This Topic
Sets a value indicating whether the comment is read-only in user interface.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsReadOnly(value);
function set_IsReadOnly(
: boolean
) : any;
Parameters
- value
- True - the comment is read-only in user interface; false - the comment is not read-only in user interface.
Browser Compatibility
See Also