Page.MarginsF Property
Gets the margins value (measured in three hundredths of an inch) of the current page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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