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

XtraPageSettingsBase.DefaultMargins Property

Specifies the default margins for a report’s pages.

Namespace: DevExpress.XtraPrinting

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

Declaration

public static Margins DefaultMargins { get; }

Property Value

Type Description
Margins

A Margins object representing the default margins (in hundredths of an inch) of a report page.

Property Paths

You can access this nested property as listed below:

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