LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Image Property (RasterImageViewer)

Show in webframe





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 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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.