Visual Basic (Declaration) | |
---|---|
Public Enum RasterCommandProcessorCancel Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCommandProcessorCancel |
C# | |
---|---|
public enum RasterCommandProcessorCancel : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterCommandProcessorCancel : public System.Enum, IComparable, IConvertible, 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7