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