C#
VB
C++
Gets or sets the image currently assigned for display by the control.
[EditorAttribute("Leadtools.WinForms.Design.RasterImageEditor, Leadtools.WinForms.Design, Version=1" +
"9.0.4.0, Culture=neutral, PublicKeyToken=9cf889f53ea9b907", System.Type)]
public RasterImage Image { get; set; }
<BrowsableAttribute(True)>
Public Property Image As Leadtools.RasterImage
[BrowsableAttribute(true)]
public:
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 RasterPictureBox.
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