Items Property

Summary
Gets a list of image data.
Syntax
C#
VB
C++
public List<MedicalViewerImageData> Items { get; } 
  
Public ReadOnly Property Items As List(Of MedicalViewerImageData) 
            public: 
property List<MedicalViewerImageData^>^ Items { 
   List<MedicalViewerImageData^>^ get(); 
} 

Property Value

A list of MedicalViewerImageData objects.

Remarks

This property is null by default. To fill it call the Sort(List<MedicalViewerImageData>) method, which fills this property with sorted data.

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.