VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / get_CollapsedIconType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CollapsedIconType Method
    In This Topic
    Gets a type of collapsed annotation when CollapsedType is equal to "Image".
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebCollapsedAnnotationIconTypeEnumJS
    value = instance.get_CollapsedIconType();
    
    
    function get_CollapsedIconType() : WebCollapsedAnnotationIconTypeEnumJS;
    

    Return Value

    An instance of WebCollapsedAnnotationIconTypeEnumJS class that defines the type of collapsed icon. Default value is "Note".
    Browser Compatibility
    56+
    45+
    11
    See Also