PlainTextDocumentExporterOptions.Encoding Property
Gets or sets the character encoding for exported text.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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