Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaExposureMode
C# 
public enum WiaExposureMode : Enum 
C++/CLI 
public enum class WiaExposureMode : public Enum 

Members

MemberDescription
Manual The shutter speed and aperture are set by the user.
Auto The shutter speed and aperture are automatically set by the camera.
AperturePriority The aperture is set by the user, and the camera automatically sets the shutter speed.
Shutter_Priority The shutter speed is set by the user, and the camera automatically sets the aperture.
Creative The shutter speed and aperture are automatically set by the camera, optimized for still subject matter.
Action The shutter speed and aperture are automatically set by the camera, optimized for scenes containing fast motion.
Portrait The shutter speed and aperture are automatically set by the camera, optimized for portrait photography.

Inheritance Hierarchy

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

Requirements

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

See Also