C#
VB
C++
The status of the current interactive mode in ImageViewer or RasterImageViewer.
public enum InteractiveModeStatus
Public Enum InteractiveModeStatus
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class InteractiveModeStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Begin |
The interactive mode has started. |
1 | Working |
The interactive mode is in progress. |
2 | End |
The interactive mode ended or has been canceled. |
For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.
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