# C1.C1Preview.C1PageSettings.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PageSettings__ctor_" data-uid="C1.C1Preview.C1PageSettings.#ctor*">C1PageSettings Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PageSettings__ctor_" data-uid="C1.C1Preview.C1PageSettings.#ctor*"></a>
<h4 id="C1_C1Preview_C1PageSettings__ctor" data-uid="C1.C1Preview.C1PageSettings.#ctor">C1PageSettings()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1PageSettings()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_C1Preview_C1PageSettings__ctor_" data-uid="C1.C1Preview.C1PageSettings.#ctor*"></a>
<h4 id="C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.#ctor(C1.C1Preview.C1PageSettings)">C1PageSettings(C1PageSettings)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class
from another <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1PageSettings(C1PageSettings source)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source As C1PageSettings)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a></td>
      <td><span class="parametername">source</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object to initialize the current one from.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_C1PageSettings__ctor_" data-uid="C1.C1Preview.C1PageSettings.#ctor*"></a>
<h4 id="C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_System_Boolean_" data-uid="C1.C1Preview.C1PageSettings.#ctor(C1.C1Preview.C1PageSettings,System.Boolean)">C1PageSettings(C1PageSettings, bool)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class
from another <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1PageSettings(C1PageSettings source, bool landscape)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source As C1PageSettings, landscape As Boolean)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a></td>
      <td><span class="parametername">source</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object to initialize the current one from.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">landscape</span></td>
      <td><p>A value indicating whether the current page settings should have landscape orientation.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_C1PageSettings__ctor_" data-uid="C1.C1Preview.C1PageSettings.#ctor*"></a>
<h4 id="C1_C1Preview_C1PageSettings__ctor_System_Drawing_Printing_PageSettings_" data-uid="C1.C1Preview.C1PageSettings.#ctor(System.Drawing.Printing.PageSettings)">C1PageSettings(PageSettings)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class
from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1PageSettings(PageSettings source)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source As PageSettings)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a></td>
      <td><span class="parametername">source</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> object to initialize the current page settings from.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
