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

Syntax

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

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