This documentation is archived and is not being maintained.
Image.VerticalResolution Property
.NET Framework 1.1
Gets the vertical resolution, in pixels-per-inch, of this Image object.
[Visual Basic] Public ReadOnly Property VerticalResolution As Single [C#] public float VerticalResolution {get;} [C++] public: __property float get_VerticalResolution(); [JScript] public function get VerticalResolution() : float;
Property Value
The vertical 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
Show: