# GrapeCity.Documents.Imaging.Exif.ExifFlashFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags" data-uid="GrapeCity.Documents.Imaging.Exif.ExifFlashFlags" class="text-break">ExifFlashFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the status of flash when the image was shot.</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_ExifFlashFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ExifFlashFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ExifFlashFlags</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_ExifFlashFlags_AutoMode">AutoMode</td>
        <td><p>Auto mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_CompulsoryFlashFiring">CompulsoryFlashFiring</td>
        <td><p>Compulsory flash firing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_CompulsoryFlashSuppression">CompulsoryFlashSuppression</td>
        <td><p>Compulsory flash suppression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_FlashFired">FlashFired</td>
        <td><p>Flash fired.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_NoFlash">NoFlash</td>
        <td><p>Flash not available.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_NoFlashFunction">NoFlashFunction</td>
        <td><p>No flash function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_RedEyeReduction">RedEyeReduction</td>
        <td><p>Red-eye reduction supported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_ReturnDetectionSupported">ReturnDetectionSupported</td>
        <td><p>Strobe return detection function exists.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifFlashFlags_ReturnLightDetected">ReturnLightDetected</td>
        <td><p>Strobe return light detected.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
