# GrapeCity.ActiveReports.Document.Section.Page.DrawImage

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*">DrawImage Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single)">DrawImage(Image, float, float, float, float)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, float left, float top, float width, float height)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String,System.String)">DrawImage(Image, float, float, float, float, string, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, float left, float top, float width, float height, string title, string description)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>The title.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">description</span></td>
      <td><p>The description.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Single,System.Single,System.Single,System.Single)">DrawImage(Image, bool, float, float, float, float)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">managedImage</span></td>
      <td><p>if set to <code>true</code> [managed image].</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Drawing.RectangleF)">DrawImage(Image, RectangleF)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, RectangleF bounds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Drawing.RectangleF)">DrawImage(Image, bool, RectangleF)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, bool managedImage, RectangleF bounds)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">managedImage</span></td>
      <td><p>if set to <code>true</code> [managed image].</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String)">DrawImage(Image, float, float, float, float, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, float left, float top, float width, float height, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td><p>The string link.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Single_System_Single_System_Single_System_Single_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.String,System.String,System.String)">DrawImage(Image, float, float, float, float, string, string, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, float left, float top, float width, float height, string strLink, string title, string description)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td><p>The string link.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>The title.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">description</span></td>
      <td><p>The description.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Single,System.Single,System.Single,System.Single,System.String)">DrawImage(Image, bool, float, float, float, float, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, bool managedImage, float left, float top, float width, float height, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">managedImage</span></td>
      <td><p>if set to <code>true</code> [managed image].</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The left.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td><p>The top.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td><p>The string link.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Drawing.RectangleF,System.String)">DrawImage(Image, RectangleF, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, RectangleF bounds, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td><p>The string link.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Page_DrawImage_GrapeCity_ActiveReports_Document_Drawing_Image_System_Boolean_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.Page.DrawImage(GrapeCity.ActiveReports.Document.Drawing.Image,System.Boolean,System.Drawing.RectangleF,System.String)">DrawImage(Image, bool, RectangleF, string)</h4>
<div class="markdown level1 summary"><p>Draws the image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawImage(Image image, bool imageChanged, RectangleF text, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Drawing.Image.html">Image</a></td>
      <td><span class="parametername">image</span></td>
      <td><p>The image.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">imageChanged</span></td>
      <td><p>if set to <code>true</code> [image changed].</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td><p>The string link.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
