VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / get_CollapsedTextData Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CollapsedTextData Method
    In This Topic
    Gets an instance of WebTextAnnotationViewJS class that defines the WebStickyNoteAnnotationViewJS when WebStickyNoteAnnotationViewJS is collapsed.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS
    value = instance.get_CollapsedTextData();
    
    
    function get_CollapsedTextData() : WebTextAnnotationViewJS;
    

    Return Value

    An instance of WebTextAnnotationViewJS class that defines the collapsed text data.
    Browser Compatibility
    56+
    45+
    11
    See Also