C#
VB
C++
Identifies the image return types.
public enum ImageTypes
Public Enum ImageTypes
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ImageTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | JppStream | A JPP-stream |
1 | JptStream | A JPT-stream |
2 | Raw | The client is requesting the entire sequence of bytes in the logical target to be delivered unchanged. |
3 | Other | Reserved |
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
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