# C1.WPF.Bitmap.PngFilter

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Bitmap_PngFilter" data-uid="C1.WPF.Bitmap.PngFilter" class="text-break">PngFilter Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the PNG filters available for compression optimization.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Bitmap.html">C1.WPF.Bitmap</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Bitmap.4.6.2.dll</h6>
  <h5 id="C1_WPF_Bitmap_PngFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PngFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PngFilter</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Adaptive">Adaptive</td>
        <td><p>Indicates a PNG adaptive filter. This enables WIC to choose the best filtering mode on a per-scanline basis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Average">Average</td>
        <td><p>Indicates a PNG average filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_None">None</td>
        <td><p>Indicates no PNG filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Paeth">Paeth</td>
        <td><p>Indicates a PNG paeth filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Sub">Sub</td>
        <td><p>Indicates a PNG sub filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Unspecified">Unspecified</td>
        <td><p>Indicates an unspecified PNG filter. This enables WIC to algorithmically choose the best filtering option for the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Bitmap_PngFilter_Up">Up</td>
        <td><p>Indicates a PNG up filter.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
