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

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual float VerticalResolution { get; }
Public Overridable ReadOnly Property VerticalResolution As Single
	Get
public:
virtual property float VerticalResolution {
	float get ();
}
abstract VerticalResolution : float32 with get
override VerticalResolution : float32 with get

Property Value

Single
The vertical resolution.

See Also