Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also