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.v19.1.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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
PrintingSystemBase
WinForms Controls PrintingSystem
XtraSchedulerReport
WPF Controls PrintingSystem
Reporting XtraReport
DocumentOperationRequest

Remarks

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

See Also