Gets the index of focused DICOM image.
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
var value; // Type: number
value = instance.get_FocusedIndex();
function get_FocusedIndex() : number;
Return Value
The zero-based index of focused DICOM image.