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


The following tables list the members exposed by RasterCommandProcessorProgressEventArgs.

Public Constructors

  Name Description
Public Constructor RasterCommandProcessorProgressEventArgs Constructor Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.  
Top

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