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

    Return Value

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