This property refers to the class of the program used by the camera to set exposure when the image was taken.

[Visual Basic] Public ReadOnly Property ExposureProgram As Integer
[C#] public int ExposureProgram {get;}

Property Value

Value Explanation
0 Not defined
1 Manual
2 Normal program
3 Aperture priority
4 Shutter priority
5 Creative program (biased toward depth of field)
6 Action program (biased toward fast shutter speed)
7 Portrait mode (for clsoeup photos with the background out of focus)
8 Landscape mode (for landscapes with the background in focus

Explanation

The ExposureProgram property refers to the class of the program used by the camera to set exposure when the image was taken.

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

The property value is derived from the image tags related to the picture taking conditions.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation