# GrapeCity.Documents.Drawing.ImageBinding

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Drawing_ImageBinding" data-uid="GrapeCity.Documents.Drawing.ImageBinding" class="text-break">ImageBinding Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the image data is attached to the <a class="xref" href="GrapeCity.Documents.Drawing.Image.html">Image</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_ImageBinding_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageBinding</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImageBinding</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_Drawing_ImageBinding_FilePath">FilePath</td>
        <td><p>An <a class="xref" href="GrapeCity.Documents.Drawing.Image.html">Image</a> object holds the path to the source image file.
The file must not be moved or deleted while the Image object exists.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_ImageBinding_InMemoryData">InMemoryData</td>
        <td><p>An <a class="xref" href="GrapeCity.Documents.Drawing.Image.html">Image</a> loads the whole binary content of the
source image file or stream when created. No connection to the
source file or stream exists after that.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_ImageBinding_Stream">Stream</td>
        <td><p>An <a class="xref" href="GrapeCity.Documents.Drawing.Image.html">Image</a> is attached to an opened Stream. The
Stream must be kept open while the <a class="xref" href="GrapeCity.Documents.Drawing.Image.html">Image</a> object exists.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
