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

    Return Value

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