VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointBasedAnnotationPointBuilderJS type / get_MinPointCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinPointCount Method
    In This Topic
    Gets the minimum number of points in annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointBasedAnnotationPointBuilderJS(interactionObj);
    
    var value; // Type: number
    value = instance.get_MinPointCount();
    
    
    function get_MinPointCount() : number;
    

    Return Value

    The minimum number of points in annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also