Back to Devexpress

ContentToMhtConverter Class

wpf-devexpress-dot-xpf-dot-richedit-2ba381a1.md

latest1.5 KB
Original Source

ContentToMhtConverter Class

A Content-to-MHT converter associated with a binding.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[ValueConversion(typeof(RichEditDocumentContent), typeof(string))]
public class ContentToMhtConverter :
    ContentToSpecificFormatConverter
vb
<ValueConversion(GetType(RichEditDocumentContent), GetType(String))>
Public Class ContentToMhtConverter
    Inherits ContentToSpecificFormatConverter

Remarks

Implements the IValueConverter interface and allows conversion from the control’s content to MHT format.

See the ContentToPlainTextConverter topic for more information.

Inheritance

Object ContentToSpecificFormatConverter ContentToMhtConverter

See Also

ContentToMhtConverter Members

DevExpress.Xpf.RichEdit Namespace