C#
VB
C++
Returns a chunk of bytes from a 3D volume file.
public static List<Stream> GetBytesChuncks(
string volumeFile
)
Public Shared Function GetBytesChuncks( _
ByVal volumeFile As String _
) As List(Of Stream)
public: static List<Stream^>^ GetBytesChuncks(
string^ volumeFile
)
volumeFile
Type: System.String The path for the 3D volume file.
Type: List of System.Byte Array A list which contains the chunks of bytes from the provided 3D volume file.
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