DXRichEditMhtDocumentImporterOptions.AutoDetectEncoding Property
Gets or sets whether to enable the auto-detection of the charset of the MHT file. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to enable the auto-detect option; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AutoDetectEncoding |
---|---|
DXRichEditDocumentImportOptions |
|
Remarks
With the AutoDetectEncoding property set to true, RichEditControl tries to determine the correct encoding and load the document using this encoding, regardless of the DXRichEditMhtDocumentImporterOptions.Encoding property or <meta> tag of the loaded HTML page.
See Also