LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterThumbnailBrowserLoadThumbnailEventArgs Class Members
See Also  Properties 
Leadtools.WinForms Namespace : RasterThumbnailBrowserLoadThumbnailEventArgs Class

The following tables list the members exposed by RasterThumbnailBrowserLoadThumbnailEventArgs.

Public Constructors

Public Properties

 NameDescription
public Property CancelGets or sets a value indicating whether the loading event should be canceled.  
public Property FileNameThe physical path to the file to load.  
public Property ImageThe image thumbnail to load.  
public Property IndexA zero-based integer that specifies the current position in number of items to load.  
public Property PageThe page number in the file to load.  
public Property TotalAn integer value that represents the total number of items to load.  
public Property TotalPagesThe total number of pages in the file to load.  
Top

See Also