Batch processes a collection of
RasterCommand object on a collection of
RasterImage objects.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class 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
Inheritance Hierarchy
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