XRConvert.ConvertMargins(Margins, Single, Single) Method
Adjusts the document margins according to the specified DPI setting.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | Margins | A Margins object. |
| fromDpi | Single | A Single value, specifying the initial DPI setting. |
| toDpi | Single | A Single value, specifying the required DPI setting. |
Returns
| Type | Description |
|---|---|
| Margins | A Margins object. |
See Also