C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration flags that identify whether the method will process the image.
[FlagsAttribute()]
public enum AutoColorLevelCommandFlags
<FlagsAttribute()>
Public Enum AutoColorLevelCommandFlags
[FlagsAttribute()]
public enum AutoColorLevelCommandFlags
typedef NS_OPTIONS(NSUInteger, LTAutoColorLevelCommandFlags)
public enum AutoColorLevelCommandFlags
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags = function() { };
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags.prototype = {<br/>
None = 0x00000000,
NoProcess = 0x00000004,
};
[FlagsAttribute()]
public enum class AutoColorLevelCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No change. |
0x00000004 | NoProcess | Do not process the image. Just update the Master, Red, Green, and Blue properties with the color leveling information used. The color leveling information used depends on which of the other flags was set with AutoColorLevelCommandFlags.NoProcess. Only one other flag may be set with AutoColorLevelCommandFlags.NoProcess. |
These flags have a FlagsAttribute attribute that allow a bitwise combination of its member values.
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