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(
valueTrue - the comment is opened in user interface; false - the comment is not opened in user interface.: boolean
) : any;
Parameters
- value
- True - the comment is opened in user interface; false - the comment is not opened in user interface.