Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterCommandProcessorProgressEventArgs Class Members
See Also  Properties 
Leadtools.ImageProcessing Namespace : RasterCommandProcessorProgressEventArgs Class


The following tables list the members exposed by RasterCommandProcessorProgressEventArgs.

Public Constructors

 NameDescription
Public ConstructorRasterCommandProcessorProgressEventArgs Constructor Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyCancel Determine how to process or cancel the current command.  
Public PropertyCommand Gets the IRasterCommand object currently being executed.  
Public PropertyCommandNumber Gets the index of the current RasterCommand in the Commands collection.  
Public PropertyImage Gets the RasterImageobject being processed.  
Public PropertyImageNumber Gets the index of the current RasterImage in the Images collection.  
Public PropertyPercent Gets the percentage completion of the current command.  
Public PropertyTotalCommands Gets the total number of commands to be executed.  
Public PropertyTotalImages Gets the total number of images to be processed.  
Top

See Also