# C1.C1Preview.C1PageSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_C1PageSettings" data-uid="C1.C1Preview.C1PageSettings" class="text-break">C1PageSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the page settings of a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1PageSettings</span></div>
  </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_C1PageSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true, true)]
[TypeConverter(typeof(C1PageSettings.PageSettingsTypeConverter))]
public class C1PageSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True, True)&gt;
&lt;TypeConverter(GetType(C1PageSettings.PageSettingsTypeConverter))&gt;
Public Class C1PageSettings</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PageSettings__ctor" data-uid="C1.C1Preview.C1PageSettings.#ctor">
          <a class="xref" href="C1.C1Preview.C1PageSettings.-ctor.html#C1_C1Preview_C1PageSettings__ctor">C1PageSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.#ctor(C1.C1Preview.C1PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.-ctor.html#C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_">C1PageSettings(C1PageSettings)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_System_Boolean_" data-uid="C1.C1Preview.C1PageSettings.#ctor(C1.C1Preview.C1PageSettings,System.Boolean)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.-ctor.html#C1_C1Preview_C1PageSettings__ctor_C1_C1Preview_C1PageSettings_System_Boolean_">C1PageSettings(C1PageSettings, bool)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings__ctor_System_Drawing_Printing_PageSettings_" data-uid="C1.C1Preview.C1PageSettings.#ctor(System.Drawing.Printing.PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.-ctor.html#C1_C1Preview_C1PageSettings__ctor_System_Drawing_Printing_PageSettings_">C1PageSettings(PageSettings)</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_BottomMargin" data-uid="C1.C1Preview.C1PageSettings.BottomMargin">
          <a class="xref" href="C1.C1Preview.C1PageSettings.BottomMargin.html#C1_C1Preview_C1PageSettings_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Color" data-uid="C1.C1Preview.C1PageSettings.Color">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Color.html#C1_C1Preview_C1PageSettings_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document should be printed in color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Document" data-uid="C1.C1Preview.C1PageSettings.Document">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Document.html#C1_C1Preview_C1PageSettings_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> object containing current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Height" data-uid="C1.C1Preview.C1PageSettings.Height">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Height.html#C1_C1Preview_C1PageSettings_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the paper.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Landscape" data-uid="C1.C1Preview.C1PageSettings.Landscape">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Landscape.html#C1_C1Preview_C1PageSettings_Landscape">Landscape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use landscape orientation.
Changing this property swaps height and width of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_LeftMargin" data-uid="C1.C1Preview.C1PageSettings.LeftMargin">
          <a class="xref" href="C1.C1Preview.C1PageSettings.LeftMargin.html#C1_C1Preview_C1PageSettings_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PageLayout" data-uid="C1.C1Preview.C1PageSettings.PageLayout">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PageLayout.html#C1_C1Preview_C1PageSettings_PageLayout">PageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.C1PageSettings.PageLayout.html#C1_C1Preview_C1PageSettings_PageLayout">PageLayout</a> object containing the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a>.
Null is returned if the current object does not belong to a <a class="xref" href="C1.C1Preview.C1PageSettings.PageLayout.html#C1_C1Preview_C1PageSettings_PageLayout">PageLayout</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PaperKind" data-uid="C1.C1Preview.C1PageSettings.PaperKind">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PaperKind.html#C1_C1Preview_C1PageSettings_PaperKind">PaperKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the paper kind.
Changing of this property may change <a class="xref" href="C1.C1Preview.C1PageSettings.Width.html#C1_C1Preview_C1PageSettings_Width">Width</a> and/or <a class="xref" href="C1.C1Preview.C1PageSettings.Height.html#C1_C1Preview_C1PageSettings_Height">Height</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PaperSourceKind" data-uid="C1.C1Preview.C1PageSettings.PaperSourceKind">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PaperSourceKind.html#C1_C1Preview_C1PageSettings_PaperSourceKind">PaperSourceKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired paper source kind.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PaperSourceName" data-uid="C1.C1Preview.C1PageSettings.PaperSourceName">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PaperSourceName.html#C1_C1Preview_C1PageSettings_PaperSourceName">PaperSourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the paper source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PaperSourceRawKind" data-uid="C1.C1Preview.C1PageSettings.PaperSourceRawKind">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PaperSourceRawKind.html#C1_C1Preview_C1PageSettings_PaperSourceRawKind">PaperSourceRawKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the integer representing one of the PaperSourceKind values or a custom value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PrinterResolutionKind" data-uid="C1.C1Preview.C1PageSettings.PrinterResolutionKind">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PrinterResolutionKind.html#C1_C1Preview_C1PageSettings_PrinterResolutionKind">PrinterResolutionKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired printer resolution kind.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PrinterResolutionX" data-uid="C1.C1Preview.C1PageSettings.PrinterResolutionX">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PrinterResolutionX.html#C1_C1Preview_C1PageSettings_PrinterResolutionX">PrinterResolutionX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal printer resolution, in dots per inch,
used when <a class="xref" href="C1.C1Preview.C1PageSettings.PrinterResolutionKind.html#C1_C1Preview_C1PageSettings_PrinterResolutionKind">PrinterResolutionKind</a> is Custom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_PrinterResolutionY" data-uid="C1.C1Preview.C1PageSettings.PrinterResolutionY">
          <a class="xref" href="C1.C1Preview.C1PageSettings.PrinterResolutionY.html#C1_C1Preview_C1PageSettings_PrinterResolutionY">PrinterResolutionY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical printer resolution, in dots per inch,
used when <a class="xref" href="C1.C1Preview.C1PageSettings.PrinterResolutionKind.html#C1_C1Preview_C1PageSettings_PrinterResolutionKind">PrinterResolutionKind</a> is Custom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_RightMargin" data-uid="C1.C1Preview.C1PageSettings.RightMargin">
          <a class="xref" href="C1.C1Preview.C1PageSettings.RightMargin.html#C1_C1Preview_C1PageSettings_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_TopMargin" data-uid="C1.C1Preview.C1PageSettings.TopMargin">
          <a class="xref" href="C1.C1Preview.C1PageSettings.TopMargin.html#C1_C1Preview_C1PageSettings_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_UsePrinterPaperSize" data-uid="C1.C1Preview.C1PageSettings.UsePrinterPaperSize">
          <a class="xref" href="C1.C1Preview.C1PageSettings.UsePrinterPaperSize.html#C1_C1Preview_C1PageSettings_UsePrinterPaperSize">UsePrinterPaperSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use the printer paper size
when generating the document.
This property does not affect the values of
<a class="xref" href="C1.C1Preview.C1PageSettings.Landscape.html#C1_C1Preview_C1PageSettings_Landscape">Landscape</a>,
<a class="xref" href="C1.C1Preview.C1PageSettings.Width.html#C1_C1Preview_C1PageSettings_Width">Width</a>,
<a class="xref" href="C1.C1Preview.C1PageSettings.Height.html#C1_C1Preview_C1PageSettings_Height">Height</a> and
<a class="xref" href="C1.C1Preview.C1PageSettings.PaperKind.html#C1_C1Preview_C1PageSettings_PaperKind">PaperKind</a> properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Width" data-uid="C1.C1Preview.C1PageSettings.Width">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Width.html#C1_C1Preview_C1PageSettings_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the paper.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_AssignFrom_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.AssignFrom(C1.C1Preview.C1PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.AssignFrom.html#C1_C1Preview_C1PageSettings_AssignFrom_C1_C1Preview_C1PageSettings_">AssignFrom(C1PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_AssignFrom_System_Drawing_Printing_PageSettings_" data-uid="C1.C1Preview.C1PageSettings.AssignFrom(System.Drawing.Printing.PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.AssignFrom.html#C1_C1Preview_C1PageSettings_AssignFrom_System_Drawing_Printing_PageSettings_">AssignFrom(PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Clone" data-uid="C1.C1Preview.C1PageSettings.Clone">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Clone.html#C1_C1Preview_C1PageSettings_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Compare_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.Compare(C1.C1Preview.C1PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Compare.html#C1_C1Preview_C1PageSettings_Compare_C1_C1Preview_C1PageSettings_">Compare(C1PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> with another <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_Compare_C1_C1Preview_C1PageSettings_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.Compare(C1.C1Preview.C1PageSettings,C1.C1Preview.C1PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.Compare.html#C1_C1Preview_C1PageSettings_Compare_C1_C1Preview_C1PageSettings_C1_C1Preview_C1PageSettings_">Compare(C1PageSettings, C1PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the properties of two <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_CreateDefaultPageSettings" data-uid="C1.C1Preview.C1PageSettings.CreateDefaultPageSettings">
          <a class="xref" href="C1.C1Preview.C1PageSettings.CreateDefaultPageSettings.html#C1_C1Preview_C1PageSettings_CreateDefaultPageSettings">CreateDefaultPageSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> class.
If <a class="xref" href="C1.C1Preview.C1PrintDocument.UsePrinterForDefaultPageSettings.html#C1_C1Preview_C1PrintDocument_UsePrinterForDefaultPageSettings">UsePrinterForDefaultPageSettings</a> is true,
initializes the newly created object with settings based on the current
printer (specified by <a class="xref" href="C1.C1Preview.C1PrintDocument.MeasurementPrinterName.html#C1_C1Preview_C1PrintDocument_MeasurementPrinterName">MeasurementPrinterName</a>).
Otherwise, initializes the newly created object with default system locale settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_GetCurrentLocaleDefaultPaperSize_System_Double__System_Double__System_Double__C1_C1Preview_UnitTypeEnum__" data-uid="C1.C1Preview.C1PageSettings.GetCurrentLocaleDefaultPaperSize(System.Double@,System.Double@,System.Double@,C1.C1Preview.UnitTypeEnum@)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.GetCurrentLocaleDefaultPaperSize.html#C1_C1Preview_C1PageSettings_GetCurrentLocaleDefaultPaperSize_System_Double__System_Double__System_Double__C1_C1Preview_UnitTypeEnum__">GetCurrentLocaleDefaultPaperSize(out double, out double, out double, out UnitTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the locale-specific default paper size for the current locale.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_IsPaperKindKnown_System_Drawing_Printing_PaperKind_" data-uid="C1.C1Preview.C1PageSettings.IsPaperKindKnown(System.Drawing.Printing.PaperKind)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.IsPaperKindKnown.html#C1_C1Preview_C1PageSettings_IsPaperKindKnown_System_Drawing_Printing_PaperKind_">IsPaperKindKnown(PaperKind)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified PaperKind is known
and defined in the <a class="xref" href="C1.C1Preview.C1PageSettings.PaperKind.html#C1_C1Preview_C1PageSettings_PaperKind">PaperKind</a> enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_IsSameLayout_C1_C1Preview_C1PageSettings_" data-uid="C1.C1Preview.C1PageSettings.IsSameLayout(C1.C1Preview.C1PageSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.IsSameLayout.html#C1_C1Preview_C1PageSettings_IsSameLayout_C1_C1Preview_C1PageSettings_">IsSameLayout(C1PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares page layout specified by the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> with layout of another <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_SetPaperSizes_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PageSettings.SetPaperSizes(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.SetPaperSizes.html#C1_C1Preview_C1PageSettings_SetPaperSizes_C1_C1Preview_Unit_C1_C1Preview_Unit_">SetPaperSizes(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.C1Preview.C1PageSettings.Width.html#C1_C1Preview_C1PageSettings_Width">Width</a> and the <a class="xref" href="C1.C1Preview.C1PageSettings.Height.html#C1_C1Preview_C1PageSettings_Height">Height</a> to specified values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_ToPageSettings" data-uid="C1.C1Preview.C1PageSettings.ToPageSettings">
          <a class="xref" href="C1.C1Preview.C1PageSettings.ToPageSettings.html#C1_C1Preview_C1PageSettings_ToPageSettings">ToPageSettings()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> class,
and initializes it with the properties of the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_ToPageSettings_C1_C1Preview_C1PrintDocument_" data-uid="C1.C1Preview.C1PageSettings.ToPageSettings(C1.C1Preview.C1PrintDocument)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.ToPageSettings.html#C1_C1Preview_C1PageSettings_ToPageSettings_C1_C1Preview_C1PrintDocument_">ToPageSettings(C1PrintDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> class,
and initializes it with the properties of the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_C1PageSettings_ToPageSettings_C1_C1Preview_C1PrintDocument_System_Drawing_Printing_PrinterSettings_" data-uid="C1.C1Preview.C1PageSettings.ToPageSettings(C1.C1Preview.C1PrintDocument,System.Drawing.Printing.PrinterSettings)">
          <a class="xref" href="C1.C1Preview.C1PageSettings.ToPageSettings.html#C1_C1Preview_C1PageSettings_ToPageSettings_C1_C1Preview_C1PrintDocument_System_Drawing_Printing_PrinterSettings_">ToPageSettings(C1PrintDocument, PrinterSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a> class,
and initializes it with the properties of the current <a class="xref" href="C1.C1Preview.C1PageSettings.html">C1PageSettings</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
