# GrapeCity.Documents.Imaging.Exif.ExifExposureProgram

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram" data-uid="GrapeCity.Documents.Imaging.Exif.ExifExposureProgram" class="text-break">ExifExposureProgram Enum
</h1>
  <div class="markdown level0 summary"><p>The class of the program used by the camera to set exposure when the picture is taken.</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_ExifExposureProgram_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExifExposureProgram</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExifExposureProgram</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_ExifExposureProgram_ActionProgram">ActionProgram</td>
        <td><p>Action program (biased toward fast shutter speed)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_AperturePriority">AperturePriority</td>
        <td><p>Aperture priority</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_CreativeProgram">CreativeProgram</td>
        <td><p>Creative program (biased toward depth of field)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_LandscapeMode">LandscapeMode</td>
        <td><p>Landscape mode (for landscape photos with the background in focus)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_Manual">Manual</td>
        <td><p>Manual</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_NormalProgram">NormalProgram</td>
        <td><p>Normal program</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_NotDefined">NotDefined</td>
        <td><p>Not defined (default).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_PortraitMode">PortraitMode</td>
        <td><p>Portrait mode (for closeup photos with the background out of focus)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_ShutterPriority">ShutterPriority</td>
        <td><p>Shutter priority</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifExposureProgram_Unknown">Unknown</td>
        <td><p>Unrecognized value</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
