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

LoadThumbnail Event






Occurs when the control loads the thumbnail of an item.
Syntax
'Declaration
 
Public Event LoadThumbnail As EventHandler(Of RasterThumbnailBrowserLoadThumbnailEventArgs)
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim handler As EventHandler(Of RasterThumbnailBrowserLoadThumbnailEventArgs)
 
AddHandler instance.LoadThumbnail, handler
add_LoadThumbnail(function(sender, e))
remove_LoadThumbnail(function(sender, e))

Event Data

The event handler receives an argument of type RasterThumbnailBrowserLoadThumbnailEventArgs containing data related to this event. The following RasterThumbnailBrowserLoadThumbnailEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets a value indicating whether the loading event should be canceled.
FileName The physical path to the file to load.
Image The image thumbnail to load.
Index A zero-based integer that specifies the current position in number of items to load.
Page The page number in the file to load.
Total An integer value that represents the total number of items to load.
TotalPages The total number of pages in the file to load.
Example
For an example, refer to RasterThumbnailBrowser.
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

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

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