Gets a value indicating whether this annotation is collapsed.
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.