# GrapeCity.Documents.Imaging.Skia.JpegDownsample

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Skia_JpegDownsample" data-uid="GrapeCity.Documents.Imaging.Skia.JpegDownsample" class="text-break">JpegDownsample Enum
</h1>
  <div class="markdown level0 summary"><p>Options for the downsampling factor of the U and V components.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Skia.html">GrapeCity.Documents.Imaging.Skia</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Skia.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Skia_JpegDownsample_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum JpegDownsample</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum JpegDownsample</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="GrapeCity_Documents_Imaging_Skia_JpegDownsample_Downsample420">Downsample420</td>
        <td><p>Reduction by a factor of two in both the horizontal and vertical directions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Skia_JpegDownsample_Downsample422">Downsample422</td>
        <td><p>Reduction by a factor of two in the horizontal direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Skia_JpegDownsample_Downsample444">Downsample444</td>
        <td><p>No downsampling.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
