A rectangle, expressed in points with the origin at the bottom left corner, defining the boundaries of the physical medium on which the page is intented to be displayed or printed.

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

Syntax

C#
public Rectangle MediaBox { get; }
Visual Basic
Public ReadOnly Property MediaBox As Rectangle
	Get

Remarks

You cannot set this entry if any [Visual]Underlay or [Visual]Overlay is instanciated.

See Also