# GrapeCity.ActiveReports.Core.Document.ImageData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Core_Document_ImageData" data-uid="GrapeCity.ActiveReports.Core.Document.ImageData" class="text-break">ImageData Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the data stream from which the image can be loaded and the format of the image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Document.html">GrapeCity.ActiveReports.Core.Document</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Document_ImageData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct ImageData</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_ActiveReports_Core_Document_ImageData__ctor_System_IO_MemoryStream_GrapeCity_ActiveReports_Document_Drawing_Imaging_ImageFormat_" data-uid="GrapeCity.ActiveReports.Core.Document.ImageData.#ctor(System.IO.MemoryStream,GrapeCity.ActiveReports.Document.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.ImageData.-ctor.html#GrapeCity_ActiveReports_Core_Document_ImageData__ctor_System_IO_MemoryStream_GrapeCity_ActiveReports_Document_Drawing_Imaging_ImageFormat_">ImageData(MemoryStream, ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of <a class="xref" href="GrapeCity.ActiveReports.Core.Document.ImageData.html">ImageData</a> structure.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_ImageData_ImageFormat" data-uid="GrapeCity.ActiveReports.Core.Document.ImageData.ImageFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.ImageData.ImageFormat.html">ImageFormat</a>
        </td>
        <td class="markdown level1 summary"><p>The image format field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_ImageData_MemoryStream" data-uid="GrapeCity.ActiveReports.Core.Document.ImageData.MemoryStream">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.ImageData.MemoryStream.html">MemoryStream</a>
        </td>
        <td class="markdown level1 summary"><p>The memory stream field.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
