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


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

Public Properties

  Name Description
Public Property Cancel Determine how to process or cancel the current command.  
Public Property Command Gets the IRasterCommand object currently being executed.  
Public Property CommandNumber Gets the index of the current RasterCommand in the Commands collection.  
Public Property Image Gets the RasterImageobject being processed.  
Public Property ImageNumber Gets the index of the current RasterImage in the Images collection.  
Public Property Percent Gets the percentage completion of the current command.  
Public Property TotalCommands Gets the total number of commands to be executed.  
Public Property TotalImages Gets the total number of images to be processed.  
Top

See Also