VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / get_IsOpen Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsOpen Method
    In This Topic
    Gets a value indicating whether the comment is opened in user interface.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var value; // Type: boolean
    value = instance.get_IsOpen();
    
    
    function get_IsOpen() : boolean;
    

    Return 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