# C1.WPF.RichTextBox.Documents.MhtmlFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_MhtmlFilter" data-uid="C1.WPF.RichTextBox.Documents.MhtmlFilter" class="text-break">MhtmlFilter Class
</h1>
  <div class="markdown level0 summary"><p>Filter for converting MHTML strings to <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">MhtmlFilter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_MhtmlFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MhtmlFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MhtmlFilter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_MhtmlFilter__ctor" data-uid="C1.WPF.RichTextBox.Documents.MhtmlFilter.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.-ctor.html#C1_WPF_RichTextBox_Documents_MhtmlFilter__ctor">MhtmlFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.html">MhtmlFilter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_MhtmlFilter_HtmlFilter" data-uid="C1.WPF.RichTextBox.Documents.MhtmlFilter.HtmlFilter">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.HtmlFilter.html#C1_WPF_RichTextBox_Documents_MhtmlFilter_HtmlFilter">HtmlFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Get the <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.HtmlFilter.html#C1_WPF_RichTextBox_Documents_MhtmlFilter_HtmlFilter">HtmlFilter</a> used by this <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.html">MhtmlFilter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_MhtmlFilter_ConvertToDocument_System_String_" data-uid="C1.WPF.RichTextBox.Documents.MhtmlFilter.ConvertToDocument(System.String)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.ConvertToDocument.html#C1_WPF_RichTextBox_Documents_MhtmlFilter_ConvertToDocument_System_String_">ConvertToDocument(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses a string into a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
