Skip to main content

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.v24.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
.NET Reporting Tools 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