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