Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorRasterDialogLoadProgressEventArgs Constructor Initializes a new instance of the RasterDialogLoadProgressEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyCancel Gets or sets a value that indicates whether to abort the command.  
Public PropertyFilePercent Gets a value that shows the progress of the current file loading process.  
Public PropertyLoadRasterFileData Gets the file data that has just been loaded.  
Public PropertyTotalPercent An integer that represents the percentage of the total selected file(s) loading process.  
Top

See Also