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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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 RemotePrintingSystem
.ExportOptions .Docx
PrintingSystemBase
.ExportOptions .Docx
WinForms Controls PrintingSystem
.ExportOptions .Docx
XtraSchedulerReport
.ExportOptions .Docx
WPF Controls PrintingSystem
.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