Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AutoColorLevelCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing Namespace : AutoColorLevelCommandFlags Enumeration



Enumeration flags that identify whether the method will process the image.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum AutoColorLevelCommandFlags 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As AutoColorLevelCommandFlags
C# 
[FlagsAttribute()]
public enum AutoColorLevelCommandFlags : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class AutoColorLevelCommandFlags : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
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.

Example

For an example, refer to AutoColorLevelCommand

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.AutoColorLevelCommandFlags

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also