# C1.C1Preview.Forms.ProgressForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Forms_ProgressForm" data-uid="C1.C1Preview.Forms.ProgressForm" class="text-break">ProgressForm Class
</h1>
  <div class="markdown level0 summary"><p>Represents a form that can be used to show printing or export progress.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><a class="xref" href="C1.C1Preview.Forms.BaseForm.html">BaseForm</a></div>
    <div class="level8"><span class="xref">ProgressForm</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Forms.html">C1.C1Preview.Forms</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Forms_ProgressForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProgressForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProgressForm
    Inherits BaseForm
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</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_C1Preview_Forms_ProgressForm__ctor" data-uid="C1.C1Preview.Forms.ProgressForm.#ctor">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.-ctor.html#C1_C1Preview_Forms_ProgressForm__ctor">ProgressForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_m_btnCancel" data-uid="C1.C1Preview.Forms.ProgressForm.m_btnCancel">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.m_btnCancel.html">m_btnCancel</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_m_lblAction" data-uid="C1.C1Preview.Forms.ProgressForm.m_lblAction">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.m_lblAction.html">m_lblAction</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_m_progressBar" data-uid="C1.C1Preview.Forms.ProgressForm.m_progressBar">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.m_progressBar.html">m_progressBar</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_m_tbAction" data-uid="C1.C1Preview.Forms.ProgressForm.m_tbAction">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.m_tbAction.html">m_tbAction</a>
        </td>
        <td class="markdown level1 summary"></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_C1Preview_Forms_ProgressForm_Dispose_System_Boolean_" data-uid="C1.C1Preview.Forms.ProgressForm.Dispose(System.Boolean)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.Dispose.html#C1_C1Preview_Forms_ProgressForm_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_DoExport_C1_C1Preview_Export_Exporter_System_IO_Stream_" data-uid="C1.C1Preview.Forms.ProgressForm.DoExport(C1.C1Preview.Export.Exporter,System.IO.Stream)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.DoExport.html#C1_C1Preview_Forms_ProgressForm_DoExport_C1_C1Preview_Export_Exporter_System_IO_Stream_">DoExport(Exporter, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs export to a stream, using a new instance of <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_DoExport_C1_C1Preview_Export_Exporter_System_String_" data-uid="C1.C1Preview.Forms.ProgressForm.DoExport(C1.C1Preview.Export.Exporter,System.String)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.DoExport.html#C1_C1Preview_Forms_ProgressForm_DoExport_C1_C1Preview_Export_Exporter_System_String_">DoExport(Exporter, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs export to a disk file, using a new instance of <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_DoPrint_C1_C1Preview_C1PrintManager_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_" data-uid="C1.C1Preview.Forms.ProgressForm.DoPrint(C1.C1Preview.C1PrintManager,System.Drawing.Printing.PrinterSettings,System.Drawing.Printing.PageSettings)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.DoPrint.html#C1_C1Preview_Forms_ProgressForm_DoPrint_C1_C1Preview_C1PrintManager_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_">DoPrint(C1PrintManager, PrinterSettings, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints a document, using a new instance of <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_Export_C1_C1Preview_Export_Exporter_System_IO_Stream_" data-uid="C1.C1Preview.Forms.ProgressForm.Export(C1.C1Preview.Export.Exporter,System.IO.Stream)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.Export.html#C1_C1Preview_Forms_ProgressForm_Export_C1_C1Preview_Export_Exporter_System_IO_Stream_">Export(Exporter, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs export to a stream, using the current <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Forms_ProgressForm_Export_C1_C1Preview_Export_Exporter_System_String_" data-uid="C1.C1Preview.Forms.ProgressForm.Export(C1.C1Preview.Export.Exporter,System.String)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.Export.html#C1_C1Preview_Forms_ProgressForm_Export_C1_C1Preview_Export_Exporter_System_String_">Export(Exporter, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs export to a disk file, using the current <a class="xref" href="C1.C1Preview.Forms.ProgressForm.html">ProgressForm</a> to show operation progress.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="C1.C1Preview.Forms.ProgressForm.Print.html#C1_C1Preview_Forms_ProgressForm_Print_C1_C1Preview_C1PrintManager_System_Drawing_Printing_PrinterSettings_System_Drawing_Printing_PageSettings_">Print(C1PrintManager, PrinterSettings, PageSettings)</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>

</div>
