LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

Image Property (RasterImageViewer)






Gets or sets the image currently assigned for display by the control.
Syntax
[BrowsableAttribute(false)]
public virtual RasterImage Image {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable Property Image As RasterImage
'Usage
 
Dim instance As RasterImageViewer
Dim value As RasterImage
 
instance.Image = value
 
value = instance.Image
[BrowsableAttribute(false)]
public virtual RasterImage Image {get; set;}
BrowsableAttribute()
 get_Image();
set_Image(value);
[BrowsableAttribute(false)]
public:
virtual property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The image to be displayed.
Remarks
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.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.