VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / addRange Property
Syntax BrowserCompatibility SeeAlso
In This Topic
addRange Method
In This Topic
Adds an array of rulers to this collection.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);

var value; // Type: any

// Parameters
var array; // Type: WebDicomImageRulerJS[]

value = instance.addRange(array);

Parameters

array
An array that contains instances of WebDicomImageRulerJS class.
Browser Compatibility
56+
45+
11
See Also