LEADTOOLS (Leadtools assembly)

RasterCommandProcessorCancel Enumeration

Show in webframe







Indicates whether or not to continue with the image processing command.
Syntax
public enum RasterCommandProcessorCancel : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterCommandProcessorCancel 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterCommandProcessorCancel
public enum RasterCommandProcessorCancel : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.RasterCommandProcessorCancel = function() { };
Leadtools.ImageProcessing.RasterCommandProcessorCancel.prototype = {
None = 0, Command = 1, Image = 2, All = 3, };
public enum class RasterCommandProcessorCancel : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneDefault, continue normally.
1CommandStop the current command, but continue with the next command in the collection.
2ImageStop the current command, but only for the current image. Continue with the current command on the next image in the collection.
3AllStop the process completely, aborting all commands on all images.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.