# GrapeCity.Documents.Drawing.TextRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_TextRenderer" data-uid="GrapeCity.Documents.Drawing.TextRenderer" class="text-break">TextRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Allows rendering multi-fragment text.</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">TextRenderer</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.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_TextRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextRenderer</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_Documents_Drawing_TextRenderer__ctor_GrapeCity_Documents_Text_TextLayout_GrapeCity_Documents_Text_TextSplitOptions_" data-uid="GrapeCity.Documents.Drawing.TextRenderer.#ctor(GrapeCity.Documents.Text.TextLayout,GrapeCity.Documents.Text.TextSplitOptions)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TextRenderer.-ctor.html#GrapeCity_Documents_Drawing_TextRenderer__ctor_GrapeCity_Documents_Text_TextLayout_GrapeCity_Documents_Text_TextSplitOptions_">TextRenderer(TextLayout, TextSplitOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> class.</p>
</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="GrapeCity_Documents_Drawing_TextRenderer_SplitOptions" data-uid="GrapeCity.Documents.Drawing.TextRenderer.SplitOptions">
          <a class="xref" href="GrapeCity.Documents.Drawing.TextRenderer.SplitOptions.html#GrapeCity_Documents_Drawing_TextRenderer_SplitOptions">SplitOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Text.TextSplitOptions.html">TextSplitOptions</a> object defining split options.</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_Documents_Drawing_TextRenderer_BeginDraw_GrapeCity_Documents_Drawing_GcGraphics_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="GrapeCity.Documents.Drawing.TextRenderer.BeginDraw(GrapeCity.Documents.Drawing.GcGraphics,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TextRenderer.BeginDraw.html#GrapeCity_Documents_Drawing_TextRenderer_BeginDraw_GrapeCity_Documents_Drawing_GcGraphics_System_Drawing_RectangleF_System_Drawing_SizeF_">BeginDraw(GcGraphics, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Begins render the text layout on specified graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TextRenderer_ContinueDraw_GrapeCity_Documents_Drawing_GcGraphics_System_Drawing_PointF_System_Drawing_SizeF_" data-uid="GrapeCity.Documents.Drawing.TextRenderer.ContinueDraw(GrapeCity.Documents.Drawing.GcGraphics,System.Drawing.PointF,System.Drawing.SizeF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TextRenderer.ContinueDraw.html#GrapeCity_Documents_Drawing_TextRenderer_ContinueDraw_GrapeCity_Documents_Drawing_GcGraphics_System_Drawing_PointF_System_Drawing_SizeF_">ContinueDraw(GcGraphics, PointF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Continues rendering started with <a class="xref" href="GrapeCity.Documents.Drawing.TextRenderer.BeginDraw.html#GrapeCity_Documents_Drawing_TextRenderer_BeginDraw_GrapeCity_Documents_Drawing_GcGraphics_System_Drawing_RectangleF_System_Drawing_SizeF_">BeginDraw(GcGraphics, RectangleF, SizeF)</a> method.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
