Returns the height of this
CopyC#
Dimension
in double precision.

Namespace: System.Drawing
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public abstract double Height { get; }
Visual Basic
Public MustOverride ReadOnly Property Height As Double
	Get
Visual C++
public:
virtual property double Height {
	double get () abstract;
}

Field Value

the height

See Also