A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.PageBounds Property
Gets the bounds of a report page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Browsable(false)]
public Rectangle PageBounds { get; }
<Browsable(False)>
Public ReadOnly Property PageBounds As Rectangle
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle that represents page length and width (in hundredths of an inch). |
See Also
Feedback