Get or set the vertical extent of this area in points (1/72 inch).

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public double Height { get; set; }
Visual Basic
Public Property Height As Double
	Get
	Set

Remarks

If there is insufficient height to render the contents of the area, some of the content may not be rendered.

See Also