DocumentPage.BleedBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.