Gets a value that indicate if this mode has started.
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'isStarted',
get: function()
)
isStarted: boolean; // read-only
true if this mode has started; otherwise, it is false.
The value of IsStarted will be set to true after Start is called and will be set back to false when Stop is called.
When the mode is started, the required service events are hooked into and the mode is waiting for user interaction. For example, a click and move to initiate a drag operation in the ImageViewerPanZoomInteractiveMode.
When the mode is working, it is in the middle of performing the operation, for example, panning the image in the viewer in the case of ImageViewerPanZoomInteractiveMode.
This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document