C#
VB
C++
Specifies the current state of the ConvertCtrl object.
public enum ConvertState
Public Enum ConvertState
public enum class ConvertState
Members
Value | Member | Description |
---|---|---|
0x00000000 | NotReady | Indicates that the ConvertCtrl object is not ready for conversion. |
0x00000001 | Stopped | Indicates that the ConvertCtrl object is ready for conversion and stopped. |
0x00000002 | Running | Indicates that the ConvertCtrl object is converting data. |
0x00000003 | Paused | Indicates that the ConvertCtrl object is paused: no data is being converted. |
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