Image::VerticalResolution Property

 

Gets the vertical resolution, in pixels per inch, of this Image.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property float VerticalResolution {
	float get();
}

Property Value

Type: System::Single

The vertical resolution, in pixels per inch, of this Image.

.NET Framework
Available since 1.1
Return to top
Show: