Skip to main content

XtraPageSettings.Assign(PageSettings) Method

Assigns the specified page settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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