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