| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterCommandProcessorCancel Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum RasterCommandProcessorCancel : Enum  | |
| C++/CLI | |
|---|---|
public enum class RasterCommandProcessorCancel : public Enum  | |
| Member | Description | 
|---|---|
| None | Default, continue normally. | 
| Command | Stop the current command, but continue with the next command in the collection. | 
| Image | Stop the current command, but only for the current image. Continue with the current command on the next image in the collection. | 
| All | Stop the process completely, aborting all commands on all images. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.RasterCommandProcessorCancel
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family