# C1.Win.Document.C1PrintManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Document_C1PrintManager" data-uid="C1.Win.Document.C1PrintManager" class="text-break">C1PrintManager Class
</h1>
  <div class="markdown level0 summary"><p>For internal use.
Provides printing services.</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">C1PrintManager</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Document.C1DXPrintManager.html">C1DXPrintManager</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Document.C1MetafilePrintManager.html">C1MetafilePrintManager</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Document.html">C1.Win.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Document.10.dll</h6>
  <h5 id="C1_Win_Document_C1PrintManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1PrintManager : Object</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1PrintManager
    Inherits Object</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_Win_Document_C1PrintManager__ctor" data-uid="C1.Win.Document.C1PrintManager.#ctor">
          <a class="xref" href="C1.Win.Document.C1PrintManager.-ctor.html#C1_Win_Document_C1PrintManager__ctor">C1PrintManager()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Document_C1PrintManager_DocumentSource" data-uid="C1.Win.Document.C1PrintManager.DocumentSource">
          <a class="xref" href="C1.Win.Document.C1PrintManager.DocumentSource.html#C1_Win_Document_C1PrintManager_DocumentSource">DocumentSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Document.C1DocumentSource.html">C1DocumentSource</a> that to print.
<a class="xref" href="C1.Win.Document.C1PrintManager.html">C1PrintManager</a> assumes that this <a class="xref" href="C1.Win.Document.C1DocumentSource.html">C1DocumentSource</a> already in Printing state, i.e. its BusyState == Printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_C1PrintManager_Options" data-uid="C1.Win.Document.C1PrintManager.Options">
          <a class="xref" href="C1.Win.Document.C1PrintManager.Options.html#C1_Win_Document_C1PrintManager_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Document.C1PrintOptions.html">C1PrintOptions</a> object defining the print parameters.</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_Win_Document_C1PrintManager_GetPrintPageRange_System_Drawing_Printing_PrinterSettings_System_Int32__System_Int32__" data-uid="C1.Win.Document.C1PrintManager.GetPrintPageRange(System.Drawing.Printing.PrinterSettings,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.Document.C1PrintManager.GetPrintPageRange.html#C1_Win_Document_C1PrintManager_GetPrintPageRange_System_Drawing_Printing_PrinterSettings_System_Int32__System_Int32__">GetPrintPageRange(PrinterSettings, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Document_C1PrintManager_InternalPrint_C1_Win_Document_C1PrintOptions_" data-uid="C1.Win.Document.C1PrintManager.InternalPrint(C1.Win.Document.C1PrintOptions)">
          <a class="xref" href="C1.Win.Document.C1PrintManager.InternalPrint.html#C1_Win_Document_C1PrintManager_InternalPrint_C1_Win_Document_C1PrintOptions_">InternalPrint(C1PrintOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>The internal print options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_C1PrintManager_OnLongOperation_System_Double_System_Boolean_" data-uid="C1.Win.Document.C1PrintManager.OnLongOperation(System.Double,System.Boolean)">
          <a class="xref" href="C1.Win.Document.C1PrintManager.OnLongOperation.html#C1_Win_Document_C1PrintManager_OnLongOperation_System_Double_System_Boolean_">OnLongOperation(double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an operation is in progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_C1PrintManager_Print" data-uid="C1.Win.Document.C1PrintManager.Print">
          <a class="xref" href="C1.Win.Document.C1PrintManager.Print.html#C1_Win_Document_C1PrintManager_Print">Print()</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the <a class="xref" href="C1.Win.Document.C1PrintManager.DocumentSource.html#C1_Win_Document_C1PrintManager_DocumentSource">DocumentSource</a> with the specified printer settings.
This method can throw exceptions if some error occurs.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
