# C1.C1Preview.Forms.ProgressForm.Print

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Forms_ProgressForm_Print_" data-uid="C1.C1Preview.Forms.ProgressForm.Print*">Print Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Forms_ProgressForm_Print_" data-uid="C1.C1Preview.Forms.ProgressForm.Print*"></a>
<h4 id="C1_C1Preview_Forms_ProgressForm_Print_C1_C1Preview_C1PrintManager_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_" data-uid="C1.C1Preview.Forms.ProgressForm.Print(C1.C1Preview.C1PrintManager,System.Drawing.Printing.PrinterSettings,System.Drawing.Printing.PageSettings)">Print(C1PrintManager, PrinterSettings, PageSettings)</h4>
<div class="markdown level1 summary"><p>Prints a document, using the current <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Print(C1PrintManager printManager, PrinterSettings printerSettings, PageSettings defaultPageSettings)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Print(printManager As C1PrintManager, printerSettings As PrinterSettings, defaultPageSettings 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="C1.C1Preview.C1PrintManager.html">C1PrintManager</a></td>
      <td><span class="parametername">printManager</span></td>
      <td><p>The print manager to use.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.printersettings">PrinterSettings</a></td>
      <td><span class="parametername">printerSettings</span></td>
      <td><p>The printer settings.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.printing.pagesettings">PageSettings</a></td>
      <td><span class="parametername">defaultPageSettings</span></td>
      <td><p>The default page settings.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
