DocumentPage.SetBleedBox(Rect) Method
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.
Sets the dimensions and location of the BleedBox.
protected:
void SetBleedBox(System::Windows::Rect bleedBox);
protected void SetBleedBox (System.Windows.Rect bleedBox);
member this.SetBleedBox : System.Windows.Rect -> unit
Protected Sub SetBleedBox (bleedBox As Rect)
Parameters
- bleedBox
- Rect
An object that specifies the size and location of a rectangle.
Remarks
The bleed box includes material, such as crop marks, that are not necessarily included in the final, post-cropping, physical page. For this reason, the X and Y coordinates of the bleedBox
parameter can be negative numbers, because they are specified as relative to the upper left corner of the page. For the same reason, the Height and Width of bleedBox
can be greater than the height and width of the page.