In This Topic
Sets a value indicating whether the comment is opened 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_IsOpen(value);
function set_IsOpen(
: boolean
) : any;
Parameters
- value
- True - the comment is opened in user interface; false - the comment is not opened in user interface.
Browser Compatibility
See Also