A newer version of this page is available.
Switch to the current version.
DocxExportOptions.Assign(ExportOptionsBase) Method
Copies the settings from the specified ExportOptionsBase object to the current object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override void Assign(
ExportOptionsBase source
)
Public Overrides Sub Assign(
source As ExportOptionsBase
)
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
Feedback