WiaExposureMode Enumeration

Summary

Indicates the camera's current exposure mode. For more information please refer to WIA_DPC_EXPOSURE_MODE property ID in Microsoft Windows SDK Documentation.

Syntax
C#
VB
C++
public enum WiaExposureMode 
  
Public Enum WiaExposureMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaExposureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
1ManualThe shutter speed and aperture are set by the user.
2AutoThe shutter speed and aperture are automatically set by the camera.
3AperturePriorityThe aperture is set by the user, and the camera automatically sets the shutter speed.
4Shutter_PriorityThe shutter speed is set by the user, and the camera automatically sets the aperture.
5CreativeThe shutter speed and aperture are automatically set by the camera, optimized for still subject matter.
6ActionThe shutter speed and aperture are automatically set by the camera, optimized for scenes containing fast motion.
7PortraitThe shutter speed and aperture are automatically set by the camera, optimized for portrait photography.

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

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

Leadtools.Wia Assembly