C#
VB
C++
Gets or sets the codestream context field returned by the server response.
public Dictionary<ContextRange, SampleRange[]> CodeStreamContext { get; set; }
Public Property CodeStreamContext As Dictionary(Of ContextRange,SampleRange())
public:
property Dictionary<ContextRange^,array<SampleRange^>>^ CodeStreamContext {
Dictionary<ContextRange^,array<SampleRange^>>^ get();
void set ( Dictionary<ContextRange^,array<SampleRange^>>^ );
}
A key/value collection of ContextRange and SampleRange array defining the codestreams returned by the server response.
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