[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.MhtmlFilter.ConvertToDocument

ConvertToDocument Method

ConvertToDocument(string)

Parses a string into a C1Document.

Declaration
public C1Document ConvertToDocument(string mhtml)
Parameters
Type Name Description
string mhtml

String containing the MHTML document.

Returns
Type Description
C1Document

A C1Document that represents the given string.