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

Page.MarginsF Property

Gets the margins value (measured in three hundredths of an inch) of the current page.

Namespace: DevExpress.XtraPrinting

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

Declaration

public MarginsF MarginsF { get; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.MarginsF

A DevExpress.XtraPrinting.Native.MarginsF object which represents the margins (measured in 1/300 of an inch) of the current page.

Remarks

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

See Also