Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum AutoColorLevelCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum AutoColorLevelCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum AutoColorLevelCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class AutoColorLevelCommandFlags : public Enum |
Member | Description |
---|---|
None | No change. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family