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

Image Property (RasterThumbnailBrowserLoadThumbnailEventArgs)






The image thumbnail to load.
Syntax
public RasterImage Image {get; set;}
'Declaration
 
Public Property Image As RasterImage
'Usage
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs
Dim value As RasterImage
 
instance.Image = value
 
value = instance.Image
public RasterImage Image {get; set;}
 get_Image();
set_Image(value);
public:
property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

An Leadtools.RasterImage object of the item.
Remarks
The RasterThumbnailBrowser object fires the RasterThumbnailBrowser.LoadThumbnail once for each file found. Initially, the Image value of the RasterThumbnailBrowserLoadThumbnailEventArgs event data will be set to a null reference (Nothing in Visual Basic). If you decide to manually load the image yourself, you can set the object that you load in the Image property. The RasterThumbnailBrowser object will check if the Image if still a null reference (Nothing in Visual Basic), and will only load the image if it is not.
Example
For an example, refer to RasterThumbnailBrowser.LoadThumbnail.
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

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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