XtraPageSettings.Assign(PageSettings) Method
Assigns the specified page settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pageSettings | PageSettings | A PageSettings object providing the page settings. |
Remarks
Instead of using the PageSettings object, it is also possible to specify page settings with the specific parameters only. See the XtraPageSettings.Assign method’s overload list for a complete list of the overloaded methods.
See Also