# C1.Win.List.PrintInfo.FillEmptyEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_PrintInfo_FillEmptyEnum" data-uid="C1.Win.List.PrintInfo.FillEmptyEnum" class="text-break">PrintInfo.FillEmptyEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how empty space left on a printed page is handled (filled or otherwise).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_PrintInfo_FillEmptyEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintInfo.FillEmptyEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintInfo.FillEmptyEnum</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_Win_List_PrintInfo_FillEmptyEnum_ExtendAll">ExtendAll</td>
        <td><p>All columns are extended proportionally to fill the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_FillEmptyEnum_ExtendLast">ExtendLast</td>
        <td><p>Rightmost column on the page is extended to fill the empty space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_FillEmptyEnum_None">None</td>
        <td><p>Empty space on the right of the page is left as is.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
