Intersoft ClientUI Documentation
ContentBox Property



When overridden in a derived class, gets the area of the page within the margins.
Syntax
Public Overridable ReadOnly Property ContentBox As Rect
Dim instance As DocumentPage
Dim value As Rect
 
value = instance.ContentBox
public virtual Rect ContentBox {get;}
public:
virtual property Rect ContentBox {
   Rect get();
}
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