# C1.Win.C1Editor.C1Editor.Print

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_C1Editor_Print_" data-uid="C1.Win.C1Editor.C1Editor.Print*">Print Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_C1Editor_Print_" data-uid="C1.Win.C1Editor.C1Editor.Print*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_Print" data-uid="C1.Win.C1Editor.C1Editor.Print">Print()</h4>
<div class="markdown level1 summary"><p>Prints the current document.</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()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Print()</code></pre>
</div>


<a id="C1_Win_C1Editor_C1Editor_Print_" data-uid="C1.Win.C1Editor.C1Editor.Print*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_Print_System_Boolean_" data-uid="C1.Win.C1Editor.C1Editor.Print(System.Boolean)">Print(bool)</h4>
<div class="markdown level1 summary"><p>Prints the current document.</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(bool selectPrinter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Print(selectPrinter 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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">selectPrinter</span></td>
      <td><p>Determines whether a printer selection dialog box is displayed.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Editor_C1Editor_Print_System_Boolean__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If <code class="paramref">selectPrinter</code> is True, the Print dialog box opens before printing, so the user can select a printer and change settings.
If <code class="paramref">selectPrinter</code> is False, then the current page is printed.</p>
</div>


<a id="C1_Win_C1Editor_C1Editor_Print_" data-uid="C1.Win.C1Editor.C1Editor.Print*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_Print_System_Boolean_System_String_" data-uid="C1.Win.C1Editor.C1Editor.Print(System.Boolean,System.String)">Print(bool, string)</h4>
<div class="markdown level1 summary"><p>
Prints the current document.
 </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(bool selectPrinter, string printTemplateFileName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Print(selectPrinter As Boolean, printTemplateFileName As String)</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.boolean">bool</a></td>
      <td><span class="parametername">selectPrinter</span></td>
      <td><p>Determines whether a printer selection dialog box is displayed.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">printTemplateFileName</span></td>
      <td><p>File name of a print template.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Editor_C1Editor_Print_System_Boolean_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If <code class="paramref">selectPrinter</code> is True, the Print dialog box opens before printing, so the user can select a printer and change settings.
If <code class="paramref">selectPrinter</code> is False, then the current page is printed.
The specified print template is used.
For details about print templates see
<a href="http://msdn.microsoft.com/en-us/library/aa753279(VS.85).aspx">http://msdn.microsoft.com/en-us/library/aa753279(VS.85).aspx</a></p>
</div>
</div>
