C#
VB
C++
Image currently assigned for display by the control.
public RasterImage Image { get; set; }
Public Property Image() As RasterImage
Get
Set
public:
property RasterImage^ Image
{
RasterImage^ get()
void set(RasterImage^ value)
}
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.
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