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


The following tables list the members exposed by RasterCommandProcessor.

Public Constructors

  Name Description
Public Constructor RasterCommandProcessor Constructor Initializes a new instance of the RasterCommandProcessor class with default values.  
Top

Public Properties

  Name Description
Public Property Commands The collection of RasterCommand objects to be run on the Images objects.  
Public Property Images The collection of RasterImage objects to run the Commands on.  
Top

Public Methods

  Name Description
Public Method Run Runs the image processing commands on the images.  
Top

Public Events

  Name Description
Public Event Progress Occurs during the processing of the image processing commands.  
Top

See Also