PlainTextDocumentExporterOptions.Encoding Property
In This Article
Gets or sets the character encoding for exported text.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.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 |
---|---|
Rich |
|
#Remarks
Use the Encoding
property to specify character encoding for the resulting text.
See Also