A rectangle, expressed in points with the origin at the bottom left corner, defining the region to which the contents of the page should be clipped when output in a production environment.

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

Syntax

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

Remarks

If the BleedBox 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