ImageExportOptions.Assign(ExportOptionsBase) Method
Copies the settings from the specified ImageExportOptions 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 ImageExportOptions object whose settings are assigned to the current object. |
Remarks
The Assign method allows the settings of the specified ImageExportOptions object to be copied to the current ImageExportOptions object.
See Also