# C1.Document.IMemoryStreamProvided

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_IMemoryStreamProvided" data-uid="C1.Document.IMemoryStreamProvided" class="text-break">IMemoryStreamProvided Interface
</h1>
  <div class="markdown level0 summary"><p>Additional interface for <span class="xref">GrapeCity.Documents.Drawing.IImage</span></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_IMemoryStreamProvided_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMemoryStreamProvided</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMemoryStreamProvided</code></pre>
  </div>
  <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="C1_Document_IMemoryStreamProvided_Data" data-uid="C1.Document.IMemoryStreamProvided.Data">
          <a class="xref" href="C1.Document.IMemoryStreamProvided.Data.html#C1_Document_IMemoryStreamProvided_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.memorystream">MemoryStream</a> of image data.</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="C1_Document_IMemoryStreamProvided_GetData" data-uid="C1.Document.IMemoryStreamProvided.GetData">
          <a class="xref" href="C1.Document.IMemoryStreamProvided.GetData.html#C1_Document_IMemoryStreamProvided_GetData">GetData()</a>
        </td>
        <td class="markdown level1 summary"><p>Use this method to get the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.memorystream">MemoryStream</a> which can be used to create an image
in multithreading environment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
