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

ExportOptions.Docx Property

Gets the settings used to specify exporting parameters when a document is exported to DOCX format.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public DocxExportOptions Docx { get; }

Property Value

Type Description
DocxExportOptions

A DocxExportOptions object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Docx
Cross-Platform Class Library PrintingSystemBase
.ExportOptions .Docx
Reporting XtraReport
.ExportOptions .Docx
DocumentOperationRequest
.ExportOptions .Docx

Remarks

Use the Docx property to specify the options which control how the current document is exported to DOCX.

See Also