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
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Remarks

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

See Also