A newer version of this page is available.
Switch to the current version.
PagePaintEventArgs.PageRectangle Property
Returns the bounds (size and location) of the page for which the PrintingSystemBase.BeforePagePaint or PrintingSystemBase.AfterPagePaint event is raised.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public RectangleF PageRectangle { get; }
Public ReadOnly Property PageRectangle As RectangleF
Property Value
Type | Description |
---|---|
RectangleF | A RectangleF object. |
See Also
Feedback