Skip to main content

XtraPageSettingsBase.Margins Property

Gets the margins of a report page.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public DXMargins Margins { get; }

Property Value

Type
DXMargins

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Margins
Cross-Platform Class Library PrintingSystemBase
.PageSettings .Margins
WPF Controls IDocumentViewModel
.PageSettings .Margins

Remarks

For more information, refer to the System.Drawing.Printing.Margins topic in MSDN.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Margins property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also