# C1.C1Pdf.PageLayoutEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Pdf_PageLayoutEnum" data-uid="C1.C1Pdf.PageLayoutEnum" class="text-break">PageLayoutEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the page layout to be used when the document is opened.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Pdf.html">C1.C1Pdf</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_C1Pdf_PageLayoutEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PageLayoutEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PageLayoutEnum</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_C1Pdf_PageLayoutEnum_OneColumn">OneColumn</td>
        <td><p>Display the pages in one column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_SinglePage">SinglePage</td>
        <td><p>Display one page at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_TwoColumnLeft">TwoColumnLeft</td>
        <td><p>Display the pages in two columns, with odd-numbered pages on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_TwoColumnRight">TwoColumnRight</td>
        <td><p>Display the pages in two columns, with odd-numbered pages on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_TwoPageLeft">TwoPageLeft</td>
        <td><p>(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_TwoPageRight">TwoPageRight</td>
        <td><p>(PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Pdf_PageLayoutEnum_ViewerDefault">ViewerDefault</td>
        <td><p>Do not specify a layout and use the current viewer default.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
