Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Flag Property
See Also 
Leadtools.ImageProcessing Namespace > AutoColorLevelCommand Class : Flag Property



Gets or sets a value that indicates whether the method will process the image.

Syntax

Visual Basic (Declaration) 
Public Property Flag As AutoColorLevelCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As AutoColorLevelCommand
Dim value As AutoColorLevelCommandFlags
 
instance.Flag = value
 
value = instance.Flag
C# 
public AutoColorLevelCommandFlags Flag {get; set;}
C++/CLI 
public:
property AutoColorLevelCommandFlags Flag {
   AutoColorLevelCommandFlags get();
   void set (AutoColorLevelCommandFlags value);
}

Return Value

The method to process the image.

Example

For an example, refer to AutoColorLevelCommand

Requirements

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

See Also