Shows type of image sensor unit. "2" means 1 chip color area sensor, most of all digicam use this type.

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

Syntax

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

See Also