C#
VB
C++
Specifies the mode the camera uses to automatically adjust the focus. For more information please refer to WIA_DPC_FOCUS_METERING_MODE property ID in Microsoft Windows SDK Documentation.
public enum WiaFocusMeteringMode
Public Enum WiaFocusMeteringMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaFocusMeteringMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
1 | CenterSpot | Adjust the focus based on a center spot. |
2 | MultiSpot | Adjust the focus based on a multispot pattern. |
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