Enables an interactive mode giving its index in the collection.
ImageViewerInteractiveModes.prototype.enableByIndex = function(index)
enableByIndex(index: number): void;
index
0-based index of the mode to enable. -1 will disable all the items in the collection.
This method will iterate through all the items in the collection and set IsEnabled to false all the items except the one at index.
For an example, refer to ImageViewerInteractiveModes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET