←Select platform

RasterCommandProcessorCancel Enumeration

Summary

Indicates whether or not to continue with the image processing command.

Syntax

C#
VB
C++
public enum RasterCommandProcessorCancel 
Public Enum RasterCommandProcessorCancel  
    
    
public enum class RasterCommandProcessorCancel   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly