This tag indicates the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.

0 = Auto exposure

1 = Manual exposure

2 = Auto bracket

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int EXIF_ExposureMode { get; set; }
Public Property EXIF_ExposureMode As Integer
	Get
	Set
public:
property int EXIF_ExposureMode {
	int get ();
	void set (int value);
}

See Also