←Select platform

ImageData Property

Summary

Gets or sets the class that contains information about the DICOM images, which will be used for sorting multiple instances of this class.

Syntax
C#
VB
C++
public DicomSortImageData ImageData { get; } 
Public ReadOnly Property ImageData() As DicomSortImageData 
   Get 
public:  
   property DicomSortImageData^ ImageData 
   { 
      DicomSortImageData^ get() 
   } 

Property Value

DicomSortImageData that contains information about the DICOM images, which will be used for sorting multiple instances of this class.

Remarks

This propertry will be only used if DicomDatatset is not present.

This class is used for sorting a series of DICOM images. For more information on how to sort, refer to SortDicom.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly