LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Image Property (RasterThumbnailBrowserLoadThumbnailEventArgs)

Show in webframe





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

See Also

Reference

RasterThumbnailBrowserLoadThumbnailEventArgs Class
RasterThumbnailBrowserLoadThumbnailEventArgs Members

 

 


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