PlainTextDocumentExporterOptions.Encoding Property
Gets or sets the character encoding for exported text.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Encoding | A Encoding value. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to Encoding |
|---|---|
| RichEditDocumentExportOptions |
|
Remarks
Use the Encoding property to specify character encoding for the resulting text.
See Also