Skip to main content

DocxDocumentOptions.Assign(DocxDocumentOptions) Method

Copies the settings from the specified DocxDocumentOptions object to the current object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void Assign(
    DocxDocumentOptions documentOptions
)

Parameters

Name Type Description
documentOptions DocxDocumentOptions

An DocxDocumentOptions object whose settings are assigned to the current object.

Remarks

The Assign method allows the settings of the specified DocxDocumentOptions object to be copied to the current DocxDocumentOptions object.

See Also