Skip to main content

DocxDocumentOptions.Clone() Method

Creates a new DocxDocumentOptions instance, which is a copy of the current instance.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public object Clone()

Returns

Type Description
Object

A new DocxDocumentOptions instance, which is a copy of the current instance.

See Also