LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaExposureMeteringMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaExposureMeteringMode Enumeration



Specifies the mode the camera uses to automatically adjust the exposure setting. For more information please refer to WIA_DPC_EXPOSURE_METERING_MODE property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaExposureMeteringMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaExposureMeteringMode
C# 
public enum WiaExposureMeteringMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaExposureMeteringMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AverageSet the exposure based on an average of the entire scene.
CenterSpotSet the exposure based on a center spot.
CenterWeightSet the exposure based on a center-weighted average.
MultiSpotSet the exposure based on a multispot pattern.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaExposureMeteringMode

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