In This Topic
Sets the index of focused DICOM image.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FocusedIndex(value);
function set_FocusedIndex(
: number
) : any;
Parameters
- value
- The zero-based index of focused DICOM image.
Browser Compatibility
See Also