ExportOptions.Docx Property
In This Article
Gets the settings used to specify exporting parameters when a document is exported to DOCX format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public DocxExportOptions Docx { get; }
#Property Value
Type | Description |
---|---|
Docx |
A Docx |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Docx |
---|---|---|
Cross-Platform Class Library | Printing |
|
.NET Reporting Tools | Xtra |
|
Document |
|
#Remarks
Use the Docx property to specify the options which control how the current document is exported to DOCX.
See Also