Skip to main content
A newer version of this page is available. .

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
)

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