Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaExposureMeteringMode
C# 
public enum WiaExposureMeteringMode : Enum 
C++/CLI 
public enum class WiaExposureMeteringMode : public Enum 

Members

MemberDescription
Average Set the exposure based on an average of the entire scene.
CenterWeight Set the exposure based on a center-weighted average.
MultiSpot Set the exposure based on a multispot pattern.
CenterSpot Set the exposure based on a center spot.

Inheritance Hierarchy

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

Requirements

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

See Also