PdfPageDimensions.BleedBox Property

Definition

Gets the size of a rectangle that specifies the clipped region of a Portable Document Format (PDF) page's contents when it is displayed.

public:
 property Rect BleedBox { Rect get(); };
Rect BleedBox();
public Rect BleedBox { get; }
var rect = pdfPageDimensions.bleedBox;
Public ReadOnly Property BleedBox As Rect

Property Value

The size of the Portable Document Format (PDF) page's clipped region.

Applies to