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

var value; // Type: any

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

value = instance.addRange(array);

Parameters

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