C#
VB
C++
Gets or sets the image currently assigned for display by the control.
public virtual RasterImage Image { get; set; }
<BrowsableAttribute(False)>
Public Overridable Property Image As Leadtools.RasterImage
[BrowsableAttribute(false)]
public:
virtual property Leadtools.RasterImage^ Image {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
The image to be displayed.
Set this property to an RasterImage object and the control will display it based on the current settings of the other properties of this class.
Refer to RasterImageViewer.
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