# GrapeCity.ActiveReports.Document.Drawing.Image

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Drawing_Image" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image" class="text-break">Image Class
</h1>
  <div class="markdown level0 summary"><p>It is a cross-platform <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>-like image descriptor.</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">Image</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.html">GrapeCity.ActiveReports.Document.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Drawing_Image_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Image</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="GrapeCity_ActiveReports_Document_Drawing_Image_Data" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.Data">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.Data.html#GrapeCity_ActiveReports_Document_Drawing_Image_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a byte array containing the image data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_Height" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.Height">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.Height.html#GrapeCity_ActiveReports_Document_Drawing_Image_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_HorizontalResolution" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.HorizontalResolution">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.HorizontalResolution.html#GrapeCity_ActiveReports_Document_Drawing_Image_HorizontalResolution">HorizontalResolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal resolution, in pixels-per-inch, of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_RawFormat" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.RawFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.RawFormat.html#GrapeCity_ActiveReports_Document_Drawing_Image_RawFormat">RawFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the format of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_Size" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.Size">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.Size.html#GrapeCity_ActiveReports_Document_Drawing_Image_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width and height of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_VerticalResolution" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.VerticalResolution">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.VerticalResolution.html#GrapeCity_ActiveReports_Document_Drawing_Image_VerticalResolution">VerticalResolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical resolution, in pixels-per-inch, of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_Width" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.Width.html#GrapeCity_ActiveReports_Document_Drawing_Image_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of this <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a>.</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_ActiveReports_Document_Drawing_Image_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.Equals.html#GrapeCity_ActiveReports_Document_Drawing_Image_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a comparison of two <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a> objects by value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_FromFile_System_String_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.FromFile(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.FromFile.html#GrapeCity_ActiveReports_Document_Drawing_Image_FromFile_System_String_">FromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a> from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_FromStream_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.FromStream(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.FromStream.html#GrapeCity_ActiveReports_Document_Drawing_Image_FromStream_System_IO_Stream_">FromStream(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a> from the specified data stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Drawing_Image_GetHashCode" data-uid="GrapeCity.ActiveReports.Document.Drawing.Image.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Image.GetHashCode.html#GrapeCity_ActiveReports_Document_Drawing_Image_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of the current instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Font.html">Font</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
