Gets a collection of codestreams contexts.
public IList<ContextRange> CodeStreamContext { get; }
Public ReadOnly Property CodeStreamContext As IList(Of ContextRange)
public:
property IList<ContextRange^>^ CodeStreamContext {
IList<ContextRange^>^ get();
}
A collection of ContextRange used to request codestreams indirectly via "higher level" image entities.
This field is valid when requesting images in a JPX format. Each ContextRange is associated with one or more codestreams determined by the server.
Use this field to specify more remapping transformation to the requested codestreams.
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