Image Property

Summary

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

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

Property Value

A Leadtools.RasterImage that is represented by this class. This Property can be left empty when trying to sort the MedicalViewerImageData list using the MedicalViewerSeriesManager.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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly