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

    Return Value

    An instance of WebCollapsedAnnotationTypeEnumJS class that defines the type of collapsed annotation. Default value is "Text".
    Browser Compatibility
    56+
    45+
    11
    See Also