# C1.C1Preview.TableFooterEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_TableFooterEnum" data-uid="C1.C1Preview.TableFooterEnum" class="text-break">TableFooterEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Flags specifying how a table footer is repeated in a <a class="xref" href="C1.C1Preview.RenderTable.html">RenderTable</a>.
This is the type of <a class="xref" href="C1.C1Preview.TableVectorGroup.Footer.html#C1_C1Preview_TableVectorGroup_Footer">Footer</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_TableFooterEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TableFooterEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TableFooterEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_C1Preview_TableFooterEnum_All">All</td>
        <td><p>The footer is repeated at the bottom of all pages. If there are multiple columns per page,
the footer is repeated at the bottom of each column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableFooterEnum_Column">Column</td>
        <td><p>The footer is repeated only if there are multiple columns per page, at the bottom
of each column except the last on the page. If there is only one column,
the footer is not printed at all.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableFooterEnum_None">None</td>
        <td><p>The footer is printed once at the end of the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TableFooterEnum_Page">Page</td>
        <td><p>The footer is repeated at the bottom of each page. If there are multiple columns
per page, the footer is repeated only at the bottom of the last column on the page.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
