A rectangle, expressed in points with the origin at the bottom left corner, defining the extent of the page meaningful content (including potential white space) as intended by the page's creator.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Remarks

If the Art is nullNothingnullptra null reference (Nothing in Visual Basic), please use the CropBox. Note that the CropBox can be nullNothingnullptra null reference (Nothing in Visual Basic) also, you should use the MediaBox in that case. You cannot set this entry if any [Visual]Underlay or [Visual]Overlay is instanciated.

See Also