XtraPageSettingsBase.Assign(PageSettings, Margins) Method
In This Article
Assigns the specified page settings with the specified minimum margins.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public void Assign(
PageSettings pageSettings,
Margins minMargins
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Page |
A Page |
min |
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