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

PageSetupEditorForm.MarginsF Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[Browsable(false)]
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.

See Also