Returns text overlay at the specified index.
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayCollectionJS();
var value; // Type: Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS
// Parameters
var index; // Type: number
value = instance.getItem(index);
Parameters
- index
- The zero-based index of text overlay in this colleciton.
Return Value
Text overlay if text overlau is found, otherwise, null.