# GrapeCity.Documents.Imaging.Exif.ExifDestination

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_Exif_ExifDestination" data-uid="GrapeCity.Documents.Imaging.Exif.ExifDestination" class="text-break">ExifDestination Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the part of Exif matadata used for storing a specific tag.</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_ExifDestination_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExifDestination</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExifDestination</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_ExifDestination_ExifTags">ExifTags</td>
        <td><p>A set of tags for recording Exif-specific attribute information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifDestination_GpsTags">GpsTags</td>
        <td><p>A set of tags for recording information such as GPS information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifDestination_InteropTags">InteropTags</td>
        <td><p>A set of tags which store the information to ensure the Interoperability.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifDestination_TiffTags">TiffTags</td>
        <td><p>IFD tags that follow the TIFF structure.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
