Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterThumbnailBrowserLoadThumbnailEventArgs Class Members
See Also  Properties 
Leadtools.WinForms Namespace : RasterThumbnailBrowserLoadThumbnailEventArgs Class


The following tables list the members exposed by RasterThumbnailBrowserLoadThumbnailEventArgs.

Public Constructors

 NameDescription
Public ConstructorRasterThumbnailBrowserLoadThumbnailEventArgs ConstructorOverloaded.  Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.  
Top

Public Properties

 NameDescription
Public PropertyCancel Gets or sets a value indicating whether the loading event should be canceled.  
Public PropertyFileName The physical path to the file to load.  
Public PropertyImage The image thumbnail to load.  
Public PropertyIndex A zero-based integer that specifes the current position in number of items to load.  
Public PropertyPage The page number in the file to load.  
Public PropertyTotal An integer value that represents the total number of items to load.  
Public PropertyTotalPages The total number of pages in the file to load.  
Top

See Also