Gets the height of the image in pixels.

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 int Height { get; }
Public Overridable ReadOnly Property Height As Integer
	Get
public:
virtual property int Height {
	int get ();
}
abstract Height : int with get
override Height : int with get

Property Value

Int32
The height.

See Also