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


"

For a list of all members of this type, see RasterThumbnailBrowserLoadThumbnailEventArgs members.

"

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