The flash type

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

Syntax

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

Remarks

0 means flash did not fire

1 flash fired

5 flash fired but strobe return light not detected

7 flash fired and strobe return light detected

See Also