Gets the horizontal resolution, in pixels per inch, of this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public float HorizontalResolution { get; private set; }
Visual Basic (Declaration)
Public Property HorizontalResolution As Single
Visual C++
public:
property float HorizontalResolution {
	float get ();
	void set (float value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also