Intersoft ClientUI Documentation
ContentBox Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : ContentBox Property






When overridden in a derived class, gets the area of the page within the margins.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ContentBox As Rect
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim value As Rect
 
value = instance.ContentBox
C# 
public virtual Rect ContentBox {get;}
Delphi 
public read-only property ContentBox: Rect; virtual; 
JScript 
public function get ContentBox : Rect
Managed Extensions for C++ 
public: __property virtual Rect get_ContentBox();
C++/CLI 
public:
virtual property Rect ContentBox {
   Rect get();
}

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.