XtraPageSettingsBase.Assign(PageSettings, Margins) Method
Assigns the specified page settings with the specified minimum margins.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
pageSettings | PageSettings | A PageSettings object, providing the page settings. |
minMargins | Margins | A Margins object that specifies the minimum value of the document margins. |
Remarks
Instead of using the PageSettings object, it is also possible to specify page settings with specific parameters only, using the overloaded Assign method.
See Also