Height of this page in points.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

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

Remarks

The height of the page is determined by taking the intersection of its Mediabox and its cropbox, applying the current page rotation, and taking the width of the resulting box. As a result, the width indicates the width of the page as it is being displayed.

See Also