# GrapeCity.Documents.Drawing.GcBitmapGraphicsExt

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_GcBitmapGraphicsExt" data-uid="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt" class="text-break">GcBitmapGraphicsExt Class
</h1>
  <div class="markdown level0 summary"><p>Provides extension methods for rendering HTML on a <a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a>.</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">GcBitmapGraphicsExt</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Html.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class GcBitmapGraphicsExt</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module GcBitmapGraphicsExt</code></pre>
  </div>
  <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_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_GrapeCity_Documents_Html_GcHtmlBrowser_System_String_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Boolean_" data-uid="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml(GrapeCity.Documents.Imaging.GcBitmapGraphics,GrapeCity.Documents.Html.GcHtmlBrowser,System.String,System.Single,System.Single,GrapeCity.Documents.Drawing.HtmlToImageFormat,System.Drawing.SizeF@,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml.html#GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_GrapeCity_Documents_Html_GcHtmlBrowser_System_String_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Boolean_">DrawHtml(GcBitmapGraphics, GcHtmlBrowser, string, float, float, HtmlToImageFormat, out SizeF, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML string on this <a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_GrapeCity_Documents_Html_GcHtmlBrowser_System_Uri_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Boolean_" data-uid="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml(GrapeCity.Documents.Imaging.GcBitmapGraphics,GrapeCity.Documents.Html.GcHtmlBrowser,System.Uri,System.Single,System.Single,GrapeCity.Documents.Drawing.HtmlToImageFormat,System.Drawing.SizeF@,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml.html#GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_GrapeCity_Documents_Html_GcHtmlBrowser_System_Uri_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Boolean_">DrawHtml(GcBitmapGraphics, GcHtmlBrowser, Uri, float, float, HtmlToImageFormat, out SizeF, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML page provided by an URI on this <a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_System_String_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Int32_System_String_System_String_" data-uid="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml(GrapeCity.Documents.Imaging.GcBitmapGraphics,System.String,System.Single,System.Single,GrapeCity.Documents.Drawing.HtmlToImageFormat,System.Drawing.SizeF@,System.Int32,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml.html#GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_System_String_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Int32_System_String_System_String_">DrawHtml(GcBitmapGraphics, string, float, float, HtmlToImageFormat, out SizeF, int, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML string on this <a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_System_Uri_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Int32_System_String_System_String_" data-uid="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml(GrapeCity.Documents.Imaging.GcBitmapGraphics,System.Uri,System.Single,System.Single,GrapeCity.Documents.Drawing.HtmlToImageFormat,System.Drawing.SizeF@,System.Int32,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Drawing.GcBitmapGraphicsExt.DrawHtml.html#GrapeCity_Documents_Drawing_GcBitmapGraphicsExt_DrawHtml_GrapeCity_Documents_Imaging_GcBitmapGraphics_System_Uri_System_Single_System_Single_GrapeCity_Documents_Drawing_HtmlToImageFormat_System_Drawing_SizeF__System_Int32_System_String_System_String_">DrawHtml(GcBitmapGraphics, Uri, float, float, HtmlToImageFormat, out SizeF, int, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws an HTML page provided by an URI on this <a class="xref" href="../DS.Documents.Imaging/GrapeCity.Documents.Imaging.GcBitmapGraphics.html">GcBitmapGraphics</a> at a specified position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
