LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaExposureMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaExposureMode Enumeration



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

Visual Basic (Declaration) 
Public Enum WiaExposureMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaExposureMode
C# 
public enum WiaExposureMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaExposureMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ActionThe shutter speed and aperture are automatically set by the camera, optimized for scenes containing fast motion.
AperturePriorityThe aperture is set by the user, and the camera automatically sets the shutter speed.
AutoThe shutter speed and aperture are automatically set by the camera.
CreativeThe shutter speed and aperture are automatically set by the camera, optimized for still subject matter.
ManualThe shutter speed and aperture are set by the user.
PortraitThe shutter speed and aperture are automatically set by the camera, optimized for portrait photography.
Shutter_PriorityThe shutter speed is set by the user, and the camera automatically sets the aperture.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaExposureMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also