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


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

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