Intersoft ClientUI Documentation
SetContentBox Method



An object that specifies the size and location of a rectangle.
Sets the dimension and location of the ContentBox.
Syntax
Protected Sub SetContentBox( _
   ByVal contentBox As Rect _
) 
Dim instance As DocumentPage
Dim contentBox As Rect
 
instance.SetContentBox(contentBox)
protected void SetContentBox( 
   Rect contentBox
)
protected:
void SetContentBox( 
   Rect contentBox
) 

Parameters

contentBox
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