A rectangle, expressed in points with the origin at the bottom left corner, defining the visible region of default user space. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed on the output medium in some implementation-defined manner.

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

Syntax

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

Remarks

If the CropBox is nullNothingnullptra null reference (Nothing in Visual Basic), please use the MediaBox. You cannot set this entry if any [Visual]Underlay or [Visual]Overlay is instanciated.

See Also