Back to Devexpress

RichEditDocumentExportOptions.OpenDocument Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-richeditdocumentexportoptions-2b9058a4.md

latest1.6 KB
Original Source

RichEditDocumentExportOptions.OpenDocument Property

Obtains options specific for export to OpenDocument text (.odt) format.

Namespace : DevExpress.XtraRichEdit.Export

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public OpenDocumentExporterOptions OpenDocument { get; }
vb
Public ReadOnly Property OpenDocument As OpenDocumentExporterOptions

Property Value

TypeDescription
OpenDocumentExporterOptions

An object that contains export settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OpenDocument
RichEditControlOptionsBase

.Export .OpenDocument

|

See Also

RichEditDocumentExportOptions Class

RichEditDocumentExportOptions Members

DevExpress.XtraRichEdit.Export Namespace