Back to Devexpress

PrintingSystemBase.PageBounds Property

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-d094537e.md

latest1.3 KB
Original Source

PrintingSystemBase.PageBounds Property

Gets the bounds of a report page.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public Rectangle PageBounds { get; }
vb
<Browsable(False)>
Public ReadOnly Property PageBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

See Also

Bounds

PrintingSystemBase Class

PrintingSystemBase Members

DevExpress.XtraPrinting Namespace