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

XtraPageSettingsBase.UsablePageSize Property

Gets the width and height (in hundredths of an inch) of the page region that can contain data.

Namespace: DevExpress.XtraPrinting

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

Declaration

public SizeF UsablePageSize { get; }

Property Value

Type Description
SizeF

The width and height (in hundredths of an inch) of the page region that can contain data.

Property Paths

You can access this nested property as listed below:

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

Remarks

The page region is determined by page margins.

See Also