| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaExposureMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaExposureMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaExposureMode : public Enum  | |
| Member | Description | 
|---|---|
| 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. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaExposureMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code