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




Batch processes a collection of RasterCommand object on a collection of RasterImage objects.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class RasterCommandProcessor 
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessor
C# 
public class RasterCommandProcessor 
Managed Extensions for C++ 
public __gc class RasterCommandProcessor 
C++/CLI 
public ref class RasterCommandProcessor 

Example

This example will load multiple images from disk and executes multiple image proecessing commands on them before saving the result into a single multi-page tif file.

Remarks

Use the RasterCommandProcessor class to perform "batch" image processing, where one or more commands are executed on one or more images.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommandProcessor

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also