Skip to main content

PrintingSystemBase.PageBounds Property

Gets the bounds of a report page.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[Browsable(false)]
public Rectangle PageBounds { get; }

#Property Value

Type Description
Rectangle

A Rectangle that represents page length and width (in hundredths of an inch).

See Also