←Select platform

RasterCommandProcessorCancel Enumeration

Summary
Indicates whether or not to continue with the image processing command.
Syntax
C#
Objective-C
C++/CLI
Python
public enum RasterCommandProcessorCancel 
typedef NS_ENUM(NSInteger, LTRasterCommandProcessorCancel) { 
 LTRasterCommandProcessorCancelNone,  
 LTRasterCommandProcessorCancelCommand,  
 LTRasterCommandProcessorCancelImage,  
 LTRasterCommandProcessorCancelAll 
}; 
public enum class RasterCommandProcessorCancel   
class RasterCommandProcessorCancel(Enum): 
   None = 0 
   Command = 1 
   Image = 2 
   All = 3 
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.
Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.