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




Indicates whether or not to continue with the image processing command.

Syntax

Visual Basic (Declaration) 
Public Enum RasterCommandProcessorCancel 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessorCancel
C# 
public enum RasterCommandProcessorCancel : Enum 
Managed Extensions for C++ 
__value public enum RasterCommandProcessorCancel : public Enum 
C++/CLI 
public enum class RasterCommandProcessorCancel : public Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.RasterCommandProcessorCancel

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