C#
VB
C++
Indicates the camera's current exposure mode. For more information please refer to WIA_DPC_EXPOSURE_MODE property ID in Microsoft Windows SDK Documentation.
public enum WiaExposureMode Public Enum WiaExposureModeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaExposureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 1 | Manual | The shutter speed and aperture are set by the user. |
| 2 | Auto | The shutter speed and aperture are automatically set by the camera. |
| 3 | AperturePriority | The aperture is set by the user, and the camera automatically sets the shutter speed. |
| 4 | Shutter_Priority | The shutter speed is set by the user, and the camera automatically sets the aperture. |
| 5 | Creative | The shutter speed and aperture are automatically set by the camera, optimized for still subject matter. |
| 6 | Action | The shutter speed and aperture are automatically set by the camera, optimized for scenes containing fast motion. |
| 7 | Portrait | The shutter speed and aperture are automatically set by the camera, optimized for portrait photography. |
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
