var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS(); var value; // Type: number // Parameters var overlay; // Type: WebDicomTextOverlayJS value = instance.indexOf(overlay);
function indexOf(
overlayThe text overlay to locate in this collection.: WebDicomTextOverlayJS
) : number;
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.