Intersoft ClientUI Documentation
SetBleedBox Method



An object that specifies the size and location of a rectangle.
Sets the dimensions and location of the BleedBox.
Syntax
Protected Sub SetBleedBox( _
   ByVal bleedBox As Rect _
) 
Dim instance As DocumentPage
Dim bleedBox As Rect
 
instance.SetBleedBox(bleedBox)
protected void SetBleedBox( 
   Rect bleedBox
)
protected:
void SetBleedBox( 
   Rect bleedBox
) 

Parameters

bleedBox
An object that specifies the size and location of a rectangle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentPage Class
DocumentPage Members

Send Feedback