# C1.Win.GanttView.Printing.PrintType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_Printing_PrintType" data-uid="C1.Win.GanttView.Printing.PrintType" class="text-break">PrintType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of printing layout style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_PrintType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintType</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_GanttView_Printing_PrintType_Custom">Custom</td>
        <td><p>Print layout customized by user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintType_General">General</td>
        <td><p>Print layout contains only ganttchart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintType_LegendEveryPage">LegendEveryPage</td>
        <td><p>Print layout contains ganttchart and legend, every page has legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintType_LegendLastPage">LegendLastPage</td>
        <td><p>Print layout contains ganttchart, legend is printed at last page.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
