C#
VB
C++
Gets a list of image data.
public List<DicomSortImageData> Items { get; set; }
Public ReadOnly Property Items As List(Of DicomSortImageData)
public:
property List<DicomSortImageData^>^ Items {
List<DicomSortImageData^>^ get();
}
A list of DicomSortImageData objects.
This property is null by default. To fill it, call the Sort(list<dicomsortimagedata>) method, which fills this property with sorted data.
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