Indicates of this mode is currently enabled and can work.
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'isEnabled',
get: function(),
set: function(value)
)
isEnabled: boolean;
true if this mode is currently enabled and can work, otherwise; false.
IsEnabled must be set to true for an interactive mode to work. When multiple interactive modes are added to the viewer, the IsEnabled property can be used to designate the current "active" one that can perform actions. For more information, refer to Image Viewer Interactive Modes.
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