C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration flags that identify the operation to perform.
public enum AddCommandType
Public Enum AddCommandType
public enum AddCommandType
typedef NS_ENUM(NSInteger, LTAddCommandType)
public enum AddCommandType
Leadtools.ImageProcessing.Color.AddCommandType = function() { };
Leadtools.ImageProcessing.Color.AddCommandType.prototype = {<br/>
Average = 1,
Add = 2,
};
public enum class AddCommandType
Members
Value | Member | Description |
---|---|---|
1 | Average | Average the images in the list. |
2 | Add | Add the images in the list. |
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