# C1.Win.Schedule.Printing.PrintOptionsForm.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_Printing_PrintOptionsForm__ctor_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.#ctor*">PrintOptionsForm Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_Printing_PrintOptionsForm__ctor_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.#ctor*"></a>
<h4 id="C1_Win_Schedule_Printing_PrintOptionsForm__ctor_C1_Schedule_Printing_PrintInfo_C1_Schedule_Printing_PrintStyle_C1_Schedule_Printing_PrintContextType_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.#ctor(C1.Schedule.Printing.PrintInfo,C1.Schedule.Printing.PrintStyle,C1.Schedule.Printing.PrintContextType)">PrintOptionsForm(PrintInfo, PrintStyle, PrintContextType)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.html">PrintOptionsForm</a> form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PrintOptionsForm(PrintInfo info, PrintStyle defaultStyle, PrintContextType printContext)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(info As PrintInfo, defaultStyle As PrintStyle, printContext As PrintContextType)</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.Schedule.Printing.PrintInfo.html">PrintInfo</a></td>
      <td><span class="parametername">info</span></td>
      <td><p>The <a class="xref" href="C1.Schedule.Printing.PrintInfo.html">PrintInfo</a> object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a></td>
      <td><span class="parametername">defaultStyle</span></td>
      <td><p>The <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> object which should be selected initially.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Schedule.Printing.PrintContextType.html">PrintContextType</a></td>
      <td><span class="parametername">printContext</span></td>
      <td><p>The <a class="xref" href="C1.Schedule.Printing.PrintContextType.html">PrintContextType</a> value, determining the filter of styles which should be shown in a form.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
