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

XtraPageSettingsBase.MarginsF Property

Gets the margins of a report page measured in three hundredths of an inch.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public MarginsF MarginsF { get; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.MarginsF

The margins (measured in 1/300 of an inch) of a report page.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also