LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Property CancelDetermine how to process or cancel the current command. Supported in Silverlight, Windows Phone 7  
public Property CommandGets the IRasterCommand object currently being executed. Supported in Silverlight, Windows Phone 7  
public Property CommandNumberGets the index of the current RasterCommand in the Commands collection. Supported in Silverlight, Windows Phone 7  
public Property ImageGets the RasterImage object being processed. Supported in Silverlight, Windows Phone 7  
public Property ImageNumberGets the index of the current RasterImage in the Images collection. Supported in Silverlight, Windows Phone 7  
public Property PercentGets the percentage completion of the current command. Supported in Silverlight, Windows Phone 7  
public Property TotalCommandsGets the total number of commands to be executed. Supported in Silverlight, Windows Phone 7  
public Property TotalImagesGets the total number of images to be processed. Supported in Silverlight, Windows Phone 7  
Top

See Also