Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaEffectMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaEffectMode Enumeration



Specifies the special image acquisition mode of the camera. For more information please refer to WIA_DPC_EFFECT_MODE property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaEffectMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaEffectMode
C# 
public enum WiaEffectMode : Enum 
C++/CLI 
public enum class WiaEffectMode : public Enum 

Members

MemberDescription
Standard Capture an image in the standard mode for the camera.
BlackWhite Capture a grayscale image.
Sepia Capture a sepia image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaEffectMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also