Leadtools.ImageProcessing Namespace : RasterCommandProcessorCancel Enumeration |
public enum RasterCommandProcessorCancel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterCommandProcessorCancel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterCommandProcessorCancel
public enum RasterCommandProcessorCancel : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.RasterCommandProcessorCancel = function() { }; Leadtools.ImageProcessing.RasterCommandProcessorCancel.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterCommandProcessorCancel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | Stop the process completely, aborting all commands on all images. |
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. |
None | Default, continue normally. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.RasterCommandProcessorCancel
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2