C#
VB
C++
Indicates whether or not to continue with the image processing command.
public enum RasterCommandProcessorCancel
Public Enum RasterCommandProcessorCancel
public enum class RasterCommandProcessorCancel
Members
Value | Member | Description |
---|---|---|
0 | None | Default, continue normally. |
1 | Command | Stop the current command, but continue with the next command in the collection. |
2 | Image | Stop the current command, but only for the current image. Continue with the current command on the next image in the collection. |
3 | All | Stop the process completely, aborting all commands on all images. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET