ExportOptions.Assign(ExportOptions) Method
In This Article
Copies all the settings from the ExportOptions object passed as a parameter.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public void Assign(
ExportOptions source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Export |
An Export |
#Remarks
The Assign method allows the settings of the specified ExportOptions object to be copied to the current ExportOptions object.
See Also