VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerControlJS type / set_FocusedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_FocusedIndex Method
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);

Parameters

value
The zero-based index of focused DICOM image.
Browser Compatibility
56+
45+
11
See Also