DocumentPage.BleedBox Property

Definition

When overridden in a derived class, gets the area for print production-related bleeds, registration marks, and crop marks that may appear on the physical sheet outside the logical page boundaries.

public:
 virtual property System::Windows::Rect BleedBox { System::Windows::Rect get(); };
public virtual System.Windows.Rect BleedBox { get; }
member this.BleedBox : System.Windows.Rect
Public Overridable ReadOnly Property BleedBox As Rect

Property Value

A Rect representing the size and location of the bleed box area.

Remarks

The bleed box will extend outside the page when it is expected that the physical sheets will be cropped to their final page size.

Use the protected SetBleedBox method to set this property.

Applies to

See also