This tag indicates the degree of overall image gain adjustment.

0 = None

1 = Low gain up

2 = High gain up

3 = Low gain down

4 = High gain down

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

Syntax

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

See Also