C#
VB
C++
Gets or sets the codestream returned by the server response.
public Collection<ResponseCodeStream> CodeStream { get; set; }
Public Property CodeStream As Collection(Of ResponseCodeStream)
public:
property Collection<ResponseCodeStream^>^ CodeStream {
Collection<ResponseCodeStream^>^ get();
void set ( Collection<ResponseCodeStream^>^ );
}
A collection of ResponseCodeStream objects which contains 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