Intersoft ClientUI Documentation
SetBleedBox Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : SetBleedBox Method






bleedBox
An object that specifies the size and location of a rectangle.
Sets the dimensions and location of the BleedBox.

Syntax

Visual Basic (Declaration) 
Protected Sub SetBleedBox( _
   ByVal bleedBox As Rect _
) 
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim bleedBox As Rect
 
instance.SetBleedBox(bleedBox)
C# 
protected void SetBleedBox( 
   Rect bleedBox
)
Delphi 
protected procedure SetBleedBox( 
    bleedBox: Rect
); 
JScript 
protected function SetBleedBox( 
   bleedBox : Rect
);
Managed Extensions for C++ 
protected: void SetBleedBox( 
   Rect bleedBox
) 
C++/CLI 
protected:
void SetBleedBox( 
   Rect bleedBox
) 

Parameters

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.