Returns the zero-based index of the first occurrence of text overlay in this collection.
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
var value; // Type: number
// Parameters
var overlay; // Type: WebDicomTextOverlayJS
value = instance.indexOf(overlay);
Parameters
- overlay
- The text overlay to locate in this collection.
Return Value
The zero-based index of the first occurrence of text overlay within this collection if text overlay is found; otherwise, -1.