C#
VB
C++
Values that represent the processing stage.
public enum ProgressStatus
Public Enum ProgressStatus
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ProgressStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Streaming | Downloading data from the JPIP server. |
1 | Idle | No data is being downloaded. |
2 | Completed | All image data has been downloaded from the JPIP server. |
3 | Disconnected | Not connected to the JPIP server. |
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