DocxDocumentOptions.Assign(DocxDocumentOptions) Method
Copies the settings from the specified DocxDocumentOptions object to the current object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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