This documentation is archived and is not being maintained.

Image.HorizontalResolution Property

Gets the horizontal resolution, in pixels-per-inch, of this Image object.

[Visual Basic]
Public ReadOnly Property HorizontalResolution As Single
[C#]
public float HorizontalResolution {get;}
[C++]
public: __property float get_HorizontalResolution();
[JScript]
public function get HorizontalResolution() : float;

Property Value

The horizontal resolution, in pixels-per-inch, of this Image object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Image Class | Image Members | System.Drawing Namespace

Show: