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

    Parameters

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