Gets or sets the image currently assigned for display by the control.
public RasterImage Image { get; set; }
Public Property Image As Leadtools.RasterImage
public:
property Leadtools.RasterImage^ Image {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
The RasterImage.
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.
For an example that saves the control's image to a BMP file after it has been loaded from the server, refer to JpipRasterImageViewer.
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