VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / set_IsOpen Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_IsOpen Method
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);

Parameters

value
True - the comment is opened in user interface; false - the comment is not opened in user interface.
Browser Compatibility
56+
45+
11
See Also