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

The following tables list the members exposed by RasterDialogLoadProgressEventArgs.

Public Constructors

 NameDescription
public Constructor RasterDialogLoadProgressEventArgs ConstructorInitializes a new instance of the RasterDialogLoadProgressEventArgs class.  
Top

Public Properties

 NameDescription
public Property CancelGets or sets a value that indicates whether to abort the command.  
public Property FilePercentGets a value that shows the progress of the current file loading process.  
public Property LoadRasterFileDataGets the file data that has just been loaded.  
public Property TotalPercentAn integer that represents the percentage of the total selected file(s) loading process.  
Top

See Also