VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / set_CollapsedType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_CollapsedType Method
In This Topic
Sets a type of annotation when annotation is collapsed.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebCollapsedAnnotationTypeEnumJS

returnValue = instance.set_CollapsedType(value);

Parameters

value
An instance of WebCollapsedAnnotationTypeEnumJS class that defines the type of collapsed annotation. Default value is "Text".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also