Pixel density at CCD's position. If you have MegaPixel digicam and take a picture by lower resolution(e.g.VGA mode), this value is re-sampled by picture resolution. In such case, FocalPlaneResolution is not same as CCD's actual resolution.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double EXIF_FocalPlaneYResolution { get; set; }
Public Property EXIF_FocalPlaneYResolution As Double
	Get
	Set
public:
property double EXIF_FocalPlaneYResolution {
	double get ();
	void set (double value);
}

See Also