C#
VB
C++
Gets or sets the 3D volume state.
public List<Stream> VolumeState { get; set; }
Public Property VolumeState As List(Of Stream)
public:
property List<array<byte>>^ VolumeState {
List<array<byte>>^ get();
void set ( List<array<byte>>^ );
}
Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information about the 3D volume.
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