# GrapeCity.Documents.Imaging.Exif.ExifSensingMethod

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod" data-uid="GrapeCity.Documents.Imaging.Exif.ExifSensingMethod" class="text-break">ExifSensingMethod Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the image sensor type on the camera or input device.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Exif.html">GrapeCity.Documents.Imaging.Exif</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExifSensingMethod</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExifSensingMethod</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_Exif_ExifSensingMethod_NotDefined">NotDefined</td>
        <td><p>Not defined (default).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_OneChipAreaSensor">OneChipAreaSensor</td>
        <td><p>One-chip color area sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_SequentialAreaSensor">SequentialAreaSensor</td>
        <td><p>Color sequential area sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_SequentialLinearSensor">SequentialLinearSensor</td>
        <td><p>Color sequential linear sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_ThreeChipAreaSensor">ThreeChipAreaSensor</td>
        <td><p>Three-chip color area sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_TrilinearSensor">TrilinearSensor</td>
        <td><p>Trilinear sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_TwoChipAreaSensor">TwoChipAreaSensor</td>
        <td><p>Two-chip color area sensor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifSensingMethod_Unknown">Unknown</td>
        <td><p>Unrecognized value</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
