VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / get_IsCollapsed Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsCollapsed Method
    In This Topic
    Gets a value indicating whether this annotation is collapsed.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_IsCollapsed();
    
    
    function get_IsCollapsed() : boolean;
    

    Return Value

    True - annotation is collapsed; False - annotation is NOT collapsed. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also