Back to Devexpress

PdfPage.BleedBox Property

officefileapi-devexpress-dot-pdf-dot-pdfpage-176cee29.md

latest1.9 KB
Original Source

PdfPage.BleedBox Property

Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRectangle BleedBox { get; set; }
vb
Public Property BleedBox As PdfRectangle

Property Value

TypeDescription
PdfRectangle

A PdfRectangle object, specifying the bleed box.

|

Remarks

The bleed box may include extra bleed area that is required to accommodate the physical limitations of specific cutting, folding and trimming equipment.

The actual printed page may include printing marks that fall outside the bleed box.

The default setting is the page’s PdfPageTreeObject.CropBox value.

Note

The PDF page unit of measurement is points, which measures 1/72 of an inch (0.3528 mm). You can convert this unit of measurement, e.g., to pixels using the Units.PointsToPixelsF method.

See Also

ArtBox

TrimBox

CropBox

MediaBox

PdfPage Class

PdfPage Members

DevExpress.Pdf Namespace