In This Topic
Sets a value indicating whether this annotation is collapsed.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsCollapsed(value);
function set_IsCollapsed(
: boolean
) : any;
Parameters
- value
- True - annotation is collapsed; False - annotation is NOT collapsed. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also