Gets the rectangle on the page (in hundredths of an inch) that can contain data.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public RectangleF UsablePageRect { get; }
|
VB |
Public ReadOnly Property UsablePageRect As RectangleF
|
Property value
Type: RectangleF
A System.Drawing.RectangleF object representing the rectangle on a page which can contain data.

Remarks
The page region is determined by page margins.

See Also