DocxExportOptions.DocumentOptions Property
Provides access to an object, specifying the exported document’s options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DocxDocumentOptions DocumentOptions { get; }
Property Value
Type | Description |
---|---|
DocxDocumentOptions | A DocxDocumentOptions object. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DocumentOptions |
---|---|
ExportOptions |
|
See Also