PdfPage.BleedBox Property

Gets or sets the bleed box of the page.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfBox BleedBox { get; set; }
VB
Public Property BleedBox As PdfBox
	Get
	Set

Property Value

Type: PdfBox
The bleed box of the page expressed in PDF's default user space coordinate system. In default user space the positive X axis extends horizontally to the right and the positive Y axis extends vertically upward.

Remarks

Default value: Equal to CropBox.

The bleed box defines the region to which the contents of the page should be clipped when output in a production environment. This may include any extra bleed area needed to accommodate the physical limitations of cutting, folding, and trimming equipment. The actual printed page may include printing marks that fall outside the bleed box.

See Also