| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaEffectMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaEffectMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaEffectMode : public Enum  | |
| Member | Description | 
|---|---|
| Standard | Capture an image in the standard mode for the camera. | 
| BlackWhite | Capture a grayscale image. | 
| Sepia | Capture a sepia image. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaEffectMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code