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

DocxExportOptions.DocumentOptions Property

Provides access to an object, specifying the exported document’s options.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public DocxDocumentOptions DocumentOptions { get; }

Property Value

Type Description
DocxDocumentOptions

A DocxDocumentOptions object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DocumentOptions
Cross-Platform Class Library ExportOptions
.Docx .DocumentOptions
WPF Controls ExportOptionsContainer
.Docx .DocumentOptions
See Also