←Select platform

Items Property

Summary

Gets a list of image data.

Syntax

C#
VB
C++
public List<DicomSortImageData> Items { get; set; } 
  
Public ReadOnly Property Items As List(Of DicomSortImageData) 
             
            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.

Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly