←Select platform

WiaExposureMeteringMode Enumeration

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

Syntax
C#
C++/CLI
Python
public enum WiaExposureMeteringMode 
public enum class WiaExposureMeteringMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaExposureMeteringMode(Enum): 
   Average = 1 
   CenterWeight = 2 
   MultiSpot = 3 
   CenterSpot = 4 
Members
ValueMemberDescription
1AverageSet the exposure based on an average of the entire scene.
2CenterWeightSet the exposure based on a center-weighted average.
3MultiSpotSet the exposure based on a multispot pattern.
4CenterSpotSet the exposure based on a center spot.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.