# C1.Framework.Html.HtmlRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Html_HtmlRenderer" data-uid="C1.Framework.Html.HtmlRenderer" class="text-break">HtmlRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Helper class used for measuring and rendering HTML.</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">HtmlRenderer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Html.html">C1.Framework.Html</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_Html_HtmlRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HtmlRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HtmlRenderer</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="C1_Framework_Html_HtmlRenderer__ctor" data-uid="C1.Framework.Html.HtmlRenderer.#ctor">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.-ctor.html#C1_Framework_Html_HtmlRenderer__ctor">HtmlRenderer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Framework_Html_HtmlRenderer_Height" data-uid="C1.Framework.Html.HtmlRenderer.Height">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.Height.html#C1_Framework_Html_HtmlRenderer_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element height in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HtmlRenderer_Rtl" data-uid="C1.Framework.Html.HtmlRenderer.Rtl">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.Rtl.html#C1_Framework_Html_HtmlRenderer_Rtl">Rtl</a>
        </td>
        <td class="markdown level1 summary"><p>Gsts or sets a right-to-left layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HtmlRenderer_Width" data-uid="C1.Framework.Html.HtmlRenderer.Width">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.Width.html#C1_Framework_Html_HtmlRenderer_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element width in pixels.</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_Framework_Html_HtmlRenderer_GetImage_System_Drawing_RectangleF_System_Int32_System_Int32__" data-uid="C1.Framework.Html.HtmlRenderer.GetImage(System.Drawing.RectangleF,System.Int32,System.Int32@)">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.GetImage.html#C1_Framework_Html_HtmlRenderer_GetImage_System_Drawing_RectangleF_System_Int32_System_Int32__">GetImage(RectangleF, int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a metafile image of a piece of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HtmlRenderer_Layout_System_IntPtr_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Boolean_" data-uid="C1.Framework.Html.HtmlRenderer.Layout(System.IntPtr,System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Boolean)">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.Layout.html#C1_Framework_Html_HtmlRenderer_Layout_System_IntPtr_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_System_Boolean_">Layout(nint, string, Font, Brush, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Create or update this HtmlElement with the provided info.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HtmlRenderer_Layout_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_" data-uid="C1.Framework.Html.HtmlRenderer.Layout(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single)">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.Layout.html#C1_Framework_Html_HtmlRenderer_Layout_System_String_System_Drawing_Font_System_Drawing_Brush_System_Single_">Layout(string, Font, Brush, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Create or update this HtmlElement with the provided info.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Html_HtmlRenderer_LayoutInPixels_System_String_System_Drawing_Font_System_Drawing_Brush_System_Int32_" data-uid="C1.Framework.Html.HtmlRenderer.LayoutInPixels(System.String,System.Drawing.Font,System.Drawing.Brush,System.Int32)">
          <a class="xref" href="C1.Framework.Html.HtmlRenderer.LayoutInPixels.html#C1_Framework_Html_HtmlRenderer_LayoutInPixels_System_String_System_Drawing_Font_System_Drawing_Brush_System_Int32_">LayoutInPixels(string, Font, Brush, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Create or update this HtmlElement with the provided info.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
