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