C#
VB
C++
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.
public enum WiaExposureMeteringMode
Public Enum WiaExposureMeteringMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaExposureMeteringMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
1 | Average | Set the exposure based on an average of the entire scene. |
2 | CenterWeight | Set the exposure based on a center-weighted average. |
3 | MultiSpot | Set the exposure based on a multispot pattern. |
4 | CenterSpot | Set the exposure based on a center spot. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET