Skip to main content

Page.MarginsF Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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