# GrapeCity.Documents.Imaging.Windows.TiffOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Windows_TiffOptions" data-uid="GrapeCity.Documents.Imaging.Windows.TiffOptions" class="text-break">TiffOptions Class
</h1>
  <div class="markdown level0 summary"><p>Encoder options supported by the native TIFF 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">TiffOptions</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_TiffOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TiffOptions : BaseOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TiffOptions
    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_TiffOptions__ctor" data-uid="GrapeCity.Documents.Imaging.Windows.TiffOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.TiffOptions.-ctor.html#GrapeCity_Documents_Imaging_Windows_TiffOptions__ctor">TiffOptions()</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_TiffOptions_CompressionQuality" data-uid="GrapeCity.Documents.Imaging.Windows.TiffOptions.CompressionQuality">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.TiffOptions.CompressionQuality.html#GrapeCity_Documents_Imaging_Windows_TiffOptions_CompressionQuality">CompressionQuality</a>
        </td>
        <td class="markdown level1 summary"><p>CompressionQuality of 0.0 means the least efficient compression scheme available,
typically resulting in a fast encode but larger output. A value of 1.0 means
the most efficient scheme available, typically taking more time to encode but
producing smaller output.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_TiffOptions_TiffCompressionMethod" data-uid="GrapeCity.Documents.Imaging.Windows.TiffOptions.TiffCompressionMethod">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.TiffOptions.TiffCompressionMethod.html#GrapeCity_Documents_Imaging_Windows_TiffOptions_TiffCompressionMethod">TiffCompressionMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the TIFF compression method.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
