VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_LeaderPoints Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LeaderPoints Method
    In This Topic
    Gets the point collection of leader line of the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS
    value = instance.get_LeaderPoints();
    
    
    function get_LeaderPoints() : WebPointCollectionJS;
    

    Return Value

    The WebPointCollectionJS of leader line of the annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also