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

XtraPageSettingsBase.UsablePageRect Property

Gets the rectangle on the page (in hundredths of an inch) that can contain data.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public RectangleF UsablePageRect { get; }

Property Value

Type Description
RectangleF

A RectangleF object representing the rectangle on a page which can contain data.

Property Paths

You can access this nested property as listed below:

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

Remarks

The page region is determined by page margins.

See Also