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

XtraPageSettingsBase.UsablePageSizeInPixels Property

Gets the width and height (in pixels) of the page region 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 SizeF UsablePageSizeInPixels { get; }

Property Value

Type Description
SizeF

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

Property Paths

You can access this nested property as listed below:

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

Remarks

The page region is determined by page margins.

See Also