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

var value; // Type: any

// Parameters
var index; // Type: number
var overlay; // Type: WebDicomTextOverlayJS

value = instance.insert(index, overlay);

Parameters

index
The zero-based index at which item should be inserted.
overlay
The text overlay to insert.
Browser Compatibility
56+
45+
11
See Also