Display/Print resolution of image. Default value is 1/72inch, but it has no mean because personal computer doesn't use this value to display/print out.

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

Syntax

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

See Also