VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLeaderAnnotationViewJS type / get_StartAnnotationData Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_StartAnnotationData Method
    In This Topic
    Gets the WebAnnotationViewJS object associated with start of the WebLeaderAnnotationViewJS.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLeaderAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS
    value = instance.get_StartAnnotationData();
    
    
    function get_StartAnnotationData() : WebAnnotationViewJS;
    

    Return Value

    WebAnnotationViewJS object OR null.
    Browser Compatibility
    56+
    45+
    11
    See Also