Enum ExposureProgram
Represents the program used by the camera to set exposure.
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum ExposureProgram : ushort
Fields
| Name | Description |
|---|---|
| Action | Biased toward fast shutter speed. |
| AperturePriority | Aperture priority program. |
| Creative | Biased toward depth of field. |
| Landscape | For landscape photos with the background in focus. |
| Manual | Manual exposure. |
| Normal | Normal exposure program. |
| NotDefined | Exposure program is not defined. |
| Portrait | For closeup photos with the background out of focus. |
| ShutterPriority | Shutter priority program. |