# C1.C1Preview.PageLayoutKindEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_PageLayoutKindEnum" data-uid="C1.C1Preview.PageLayoutKindEnum" class="text-break">PageLayoutKindEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Identifies the set of pages to which a page layout is applied in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</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_PageLayoutKindEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PageLayoutKindEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PageLayoutKindEnum</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_PageLayoutKindEnum_Default">Default</td>
        <td><p>The current page layout is the default for a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageLayoutKindEnum_EvenPages">EvenPages</td>
        <td><p>The current page layout is to be used for even pages of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageLayoutKindEnum_FirstPage">FirstPage</td>
        <td><p>The current page layout is to be used for the first page of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageLayoutKindEnum_LastPage">LastPage</td>
        <td><p>The current page layout is to be used for the last page of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageLayoutKindEnum_None">None</td>
        <td><p>The current page layout is not a member of any document's PageLayouts collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageLayoutKindEnum_OddPages">OddPages</td>
        <td><p>The current page layout is to be used for odd pages of a document.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
