LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCommandProcessorCancel Enumeration
See Also  
Leadtools.ImageProcessing Namespace : RasterCommandProcessorCancel Enumeration



Indicates whether or not to continue with the image processing command. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum RasterCommandProcessorCancel 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessorCancel
C# 
public enum RasterCommandProcessorCancel : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterCommandProcessorCancel : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllStop the process completely, aborting all commands on all images.
CommandStop the current command, but continue with the next command in the collection.
ImageStop the current command, but only for the current image. Continue with the current command on the next image in the collection.
NoneDefault, continue normally.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also