# C1.C1Preview.RenderTocItemFragment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderTocItemFragment" data-uid="C1.C1Preview.RenderTocItemFragment" class="text-break">RenderTocItemFragment Class
</h1>
  <div class="markdown level0 summary"><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderTocItem.html">RenderTocItem</a> in a resolved <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</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"><a class="xref" href="C1.C1Preview.RenderFragment.html">RenderFragment</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RenderTextFragmentBase.html">RenderTextFragmentBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.RenderParagraphFragment.html">RenderParagraphFragment</a></div>
    <div class="level4"><span class="xref">RenderTocItemFragment</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RenderTocItemFragment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderTocItemFragment : RenderParagraphFragment, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderTocItemFragment
    Inherits RenderParagraphFragment
    Implements IDocumentLocation</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="C1_C1Preview_RenderTocItemFragment_RenderObject" data-uid="C1.C1Preview.RenderTocItemFragment.RenderObject">
          <a class="xref" href="C1.C1Preview.RenderTocItemFragment.RenderObject.html#C1_C1Preview_RenderTocItemFragment_RenderObject">RenderObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RenderTocItem.html">RenderTocItem</a> that produced the current fragment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderTocItemFragment_RenderToc" data-uid="C1.C1Preview.RenderTocItemFragment.RenderToc">
          <a class="xref" href="C1.C1Preview.RenderTocItemFragment.RenderToc.html#C1_C1Preview_RenderTocItemFragment_RenderToc">RenderToc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RenderTocItemFragment.RenderToc.html#C1_C1Preview_RenderTocItemFragment_RenderToc">RenderToc</a> containing the current fragment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
