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






contentBox
An object that specifies the size and location of a rectangle.
Sets the dimension and location of the ContentBox.

Syntax

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

Parameters

contentBox
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.