# GrapeCity.Documents.Imaging.Windows.JpegOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Windows_JpegOptions" data-uid="GrapeCity.Documents.Imaging.Windows.JpegOptions" class="text-break">JpegOptions Class
</h1>
  <div class="markdown level0 summary"><p>Encoder options supported by the native JPEG 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">JpegOptions</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_JpegOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class JpegOptions : BaseOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class JpegOptions
    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_JpegOptions__ctor" data-uid="GrapeCity.Documents.Imaging.Windows.JpegOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.JpegOptions.-ctor.html#GrapeCity_Documents_Imaging_Windows_JpegOptions__ctor">JpegOptions()</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_JpegOptions_ImageQuality" data-uid="GrapeCity.Documents.Imaging.Windows.JpegOptions.ImageQuality">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.JpegOptions.ImageQuality.html#GrapeCity_Documents_Imaging_Windows_JpegOptions_ImageQuality">ImageQuality</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_JpegOptions_SuppressApp0" data-uid="GrapeCity.Documents.Imaging.Windows.JpegOptions.SuppressApp0">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.JpegOptions.SuppressApp0.html#GrapeCity_Documents_Imaging_Windows_JpegOptions_SuppressApp0">SuppressApp0</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to suppress the write of App0 metadata while encoding the image data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_JpegOptions_TransformOptions" data-uid="GrapeCity.Documents.Imaging.Windows.JpegOptions.TransformOptions">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.JpegOptions.TransformOptions.html#GrapeCity_Documents_Imaging_Windows_JpegOptions_TransformOptions">TransformOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the image is rotated or flipped when decoded.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
