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


The following tables list the members exposed by RasterCommandProcessor.

Public Constructors

 NameDescription
Public ConstructorRasterCommandProcessor Constructor Initializes a new instance of the RasterCommandProcessor class with default values.  
Top

Public Properties

 NameDescription
Public PropertyCommands The collection of RasterCommand objects to be run on the Images objects.  
Public PropertyImages The collection of RasterImage objects to run the Commands on.  
Top

Public Methods

 NameDescription
Public MethodRun Runs the image processing commands on the images.  
Top

Public Events

 NameDescription
Public EventProgress Occurs during the processing of the image processing commands.  
Top

See Also