FormattedTextExportOptions.Assign(ExportOptionsBase) Method
Copies the settings from the specified ExportOptionsBase object to the current object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | ExportOptionsBase | An ExportOptionsBase object whose settings are assigned to the current object. |
Remarks
The Assign method copies properties of the ExportOptionsBase object passed as a parameter to the current object. This allows you to have two objects with identical common properties.
See Also