VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebPointCollectionJS type / set_Items Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Items Method
    In This Topic
    Sets the points.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebPointCollectionJS(points, maxLength);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object[]
    
    returnValue = instance.set_Items(value);
    
    
    function set_Items(
    value
    Array of points.
    : object[]
    ) : any;

    Parameters

    value
    Array of points.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if collection has fixed length and new collection has other length.
    Browser Compatibility
    56+
    45+
    11
    See Also