# C1.Document.C1PrintOptions.PageSettings

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1PrintOptions_PageSettings_" data-uid="C1.Document.C1PrintOptions.PageSettings*">PageSettings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1PrintOptions_PageSettings_" data-uid="C1.Document.C1PrintOptions.PageSettings*"></a>
<h4 id="C1_Document_C1PrintOptions_PageSettings" data-uid="C1.Document.C1PrintOptions.PageSettings">PageSettings</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Document.C1PageSettings.html">C1PageSettings</a> object defining the page settings, size, landscape etc,
can be null in this case the <a class="xref" href="C1.Document.C1DocumentSource.PageSettings.html#C1_Document_C1DocumentSource_PageSettings">PageSettings</a> will be used.
This property does not force C1DocumentSource to repaginate, it affects only
the printer's paper size, the document's pages will be scaled to fit.</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 { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PageSettings As C1PageSettings</code></pre>
</div>
</div>
