set_CollapsedIconType Method
In This Topic
Sets a type of collapsed annotation when CollapsedType is equal to "Image".
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebCollapsedAnnotationIconTypeEnumJS
returnValue = instance.set_CollapsedIconType(value);
Parameters
- value
- An instance of WebCollapsedAnnotationIconTypeEnumJS class that defines the type of collapsed icon. Default value is "Note".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also