Gets a list of stacks of sorted images.
public List<DicomSortSeriesStack> Stacks { get; set; }
Public ReadOnly Property Stacks As List(Of DicomSortSeriesStack)
public:
property List<DicomSortSeriesStack^>^ Stacks {
List<DicomSortSeriesStack^>^ get();
}
A list of DicomSortSeriesStack which represents stacks of sorted images.
This property is null by default. Call the Sort(list<dicomsortimagedata>) method to fill it out. Each image in the stack is sorted based on its actual real world position, (so it is displayed correctly, and makes it easier for the 3D toolkit to create an accurate 3D object).
For an example, refer to DicomSortSeriesStack
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