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