Width 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 Width { get; }
Visual Basic
Public ReadOnly Property Width As Double
	Get

Remarks

The width 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