Skip to main content
A newer version of this page is available. .

XtraPageSettings.Assign(PageSettings) Method

Assigns the specified page settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public void Assign(
    PageSettings pageSettings
)

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