Gets or sets the Leadtools.RasterImage represented by this class.
public RasterImage Image { get; set; }
Public Property Image As Leadtools.RasterImage
public:
property Leadtools.RasterImage^ Image {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
A Leadtools.RasterImage that is represented by this class.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET