Visual Basic (Declaration) | |
---|---|
Public Property Image As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImage Image {get; set;} |
C++/CLI | |
---|---|
public: property RasterImage Image { RasterImage get(); void set (RasterImage value); } |
Return Value
The RasterImage.This example saves the control's image to a BMP file after it has been loaded
from the server.
For an example, refer to JpipRasterImageViewer.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family