XtraPageSettingsBase.MarginsF Property
Gets the margins of a report page measured in three hundredths of an inch.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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 | PrintingSystemBase |
|
WPF Controls | IDocumentViewModel |
|
Remarks
For more information, refer to the Margins topic in MSDN.
See Also