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.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

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

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