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

The following tables list the members exposed by RasterCommandProcessorProgressEventArgs.

Public Constructors

 NameDescription
public Constructor RasterCommandProcessorProgressEventArgs ConstructorInitializes a new instance of the RasterCommandProcessorProgressEventArgs class. Supported in Silverlight, Windows Phone 7  
Top

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