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.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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