Items Property

Summary
Gets a list of image data.
Syntax
C#
C++/CLI
public List<DicomSortImageData> Items { get; set; } 
            public: 
property List<DicomSortImageData^>^ Items { 
   List<DicomSortImageData^>^ get(); 
} 

Property Value

A list of DicomSortImageData objects.

Remarks

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

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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