LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaEffectMode
C# 
public enum WiaEffectMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaEffectMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BlackWhiteCapture a grayscale image.
SepiaCapture a sepia image.
StandardCapture an image in the standard mode for the camera.

Inheritance Hierarchy

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

Requirements

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

See Also