DocxDocumentOptions.Assign(DocxDocumentOptions) Method
Copies the settings from the specified DocxDocumentOptions 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 |
---|---|---|
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