# C1.C1Preview.ActionHandlerPrint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ActionHandlerPrint" data-uid="C1.C1Preview.ActionHandlerPrint" class="text-break">ActionHandlerPrint Class
</h1>
  <div class="markdown level0 summary"><p>Represents an <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a> that prints the current <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"><a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a></div>
    <div class="level2"><span class="xref">ActionHandlerPrint</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_ActionHandlerPrint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionHandlerPrint : ActionHandlerBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionHandlerPrint
    Inherits ActionHandlerBase</code></pre>
  </div>
  <h5 id="C1_C1Preview_ActionHandlerPrint_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>For details on the use of action handlers, see <a class="xref" href="C1.C1Preview.ActionHandlerBase.html">ActionHandlerBase</a>.</p>
</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_ActionHandlerPrint__ctor" data-uid="C1.C1Preview.ActionHandlerPrint.#ctor">
          <a class="xref" href="C1.C1Preview.ActionHandlerPrint.-ctor.html#C1_C1Preview_ActionHandlerPrint__ctor">ActionHandlerPrint()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerPrint.html">ActionHandlerPrint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ActionHandlerPrint__ctor_System_String_" data-uid="C1.C1Preview.ActionHandlerPrint.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.ActionHandlerPrint.-ctor.html#C1_C1Preview_ActionHandlerPrint__ctor_System_String_">ActionHandlerPrint(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerPrint.html">ActionHandlerPrint</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerPrint.PrinterName.html#C1_C1Preview_ActionHandlerPrint_PrinterName">PrinterName</a> property.</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_ActionHandlerPrint_PrinterName" data-uid="C1.C1Preview.ActionHandlerPrint.PrinterName">
          <a class="xref" href="C1.C1Preview.ActionHandlerPrint.PrinterName.html#C1_C1Preview_ActionHandlerPrint_PrinterName">PrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer to use.
If empty, a printer select dialog will be shown to the user when the current action handler is invoked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
