C#
VB
C++
Specifies the values for the streaming compression mode.
public enum StreamingCompression
Public Enum StreamingCompression
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class StreamingCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | User | Use this value to manually specify the compression options. |
1 | Lossy | Use this value to retrieve compressed images. |
2 | Lossless | Use this value to retrieve images without any compression loss. |
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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