# GrapeCity.Documents.Imaging.Windows.PngOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Windows_PngOptions" data-uid="GrapeCity.Documents.Imaging.Windows.PngOptions" class="text-break">PngOptions Class
</h1>
  <div class="markdown level0 summary"><p>Encoder options supported by the native PNG codec.</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"><a class="xref" href="GrapeCity.Documents.Imaging.Windows.BaseOptions.html">BaseOptions</a></div>
    <div class="level2"><span class="xref">PngOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Windows.html">GrapeCity.Documents.Imaging.Windows</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Windows.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Windows_PngOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PngOptions : BaseOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PngOptions
    Inherits BaseOptions</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="GrapeCity_Documents_Imaging_Windows_PngOptions__ctor" data-uid="GrapeCity.Documents.Imaging.Windows.PngOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.PngOptions.-ctor.html#GrapeCity_Documents_Imaging_Windows_PngOptions__ctor">PngOptions()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Documents_Imaging_Windows_PngOptions_Filter" data-uid="GrapeCity.Documents.Imaging.Windows.PngOptions.Filter">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.PngOptions.Filter.html#GrapeCity_Documents_Imaging_Windows_PngOptions_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the filter option to use for image compression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_PngOptions_Interlace" data-uid="GrapeCity.Documents.Imaging.Windows.PngOptions.Interlace">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.PngOptions.Interlace.html#GrapeCity_Documents_Imaging_Windows_PngOptions_Interlace">Interlace</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to encode the image data as interlaced.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
