←Select platform

Image Property (Medical-DicomSortImageData)

Summary

Gets or sets the Leadtools.RasterImage represented by this class.

Syntax

C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As Leadtools.RasterImage 
             
            public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 
             

Property Value

A Leadtools.RasterImage that is represented by this class.

Remarks

This property can be left empty when sorting the DicomSortImageData list using the DicomSortSeriesManager.Sort method. However, if the value is not set, the Data property needs to be set to identify each image class from the list after sorting.

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