Skip to main content

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

[TypeConverter(typeof(EncodingConverter))]
public Encoding Encoding { get; set; }

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
.PlainText .Encoding

Remarks

Use the Encoding property to specify character encoding for the resulting text.

See Also