Skip to main content
A newer version of this page is available. .

XtraPageSettingsBase.Bounds Property

Gets the bounds of a report page, taking into account the page orientation specified by the XtraPageSettingsBase.Landscape property.

Namespace: DevExpress.XtraPrinting

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

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Bounds
Cross-Platform Class Library RemotePrintingSystem
.PageSettings.Bounds
PrintingSystemBase
.PageSettings.Bounds
WinForms Controls PrintingSystem
.PageSettings.Bounds
WPF Controls IDocumentViewModel
.PageSettings.Bounds
PrintingSystem
.PageSettings.Bounds
See Also