# GrapeCity.Documents.Imaging.Exif.ExifValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Exif_ExifValue" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue" class="text-break">ExifValue Class
</h1>
  <div class="markdown level0 summary"><p>The base class for all Exif fields.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ExifValue</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifAscii.html">ExifAscii</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifByte.html">ExifByte</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifDouble.html">ExifDouble</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifFloat.html">ExifFloat</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifLong.html">ExifLong</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifRational.html">ExifRational</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifSByte.html">ExifSByte</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifSLong.html">ExifSLong</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifSRational.html">ExifSRational</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifSShort.html">ExifSShort</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifShort.html">ExifShort</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifShortOrLong.html">ExifShortOrLong</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifUndefined.html">ExifUndefined</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.html">ExifValue</a>&gt;</div>
  </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_ExifValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ExifValue : IComparable&lt;ExifValue&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ExifValue
    Implements IComparable(Of ExifValue)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue__ctor" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.-ctor.html#GrapeCity_Documents_Imaging_Exif_ExifValue__ctor">ExifValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue_DataType" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.DataType">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.DataType.html#GrapeCity_Documents_Imaging_Exif_ExifValue_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Exif data type of a single value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue_Destination" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.Destination">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.Destination.html#GrapeCity_Documents_Imaging_Exif_ExifValue_Destination">Destination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the part of Exif matadata used for storing the attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue_NumberOfComponents" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.NumberOfComponents">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.NumberOfComponents.html#GrapeCity_Documents_Imaging_Exif_ExifValue_NumberOfComponents">NumberOfComponents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of values stored in Exif field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue_TagID" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.TagID">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.TagID.html#GrapeCity_Documents_Imaging_Exif_ExifValue_TagID">TagID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated tag ID.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Exif_ExifValue_GetHashCode" data-uid="GrapeCity.Documents.Imaging.Exif.ExifValue.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Imaging.Exif.ExifValue.GetHashCode.html#GrapeCity_Documents_Imaging_Exif_ExifValue_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
