# GrapeCity.Viewer.Common.PrintingSettings

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Viewer_Common_PrintingSettings" data-uid="GrapeCity.Viewer.Common.PrintingSettings" class="text-break">PrintingSettings Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the configuration options for the printing process.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.html">GrapeCity.Viewer.Common</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_PrintingSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PrintingSettings</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_PrintingSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration allows for the customization of the printing process by specifying whether dialogs should be displayed,
whether printing should occur on a separate thread, and which style of print dialog should be used.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_None">None</td>
        <td><p>No print dialog will be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_ShowPrintDialog">ShowPrintDialog</td>
        <td><p>Displays the print dialog before printing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_ShowPrintProgressDialog">ShowPrintProgressDialog</td>
        <td><p>Displays a progress dialog during the printing process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_UsePrintingThread">UsePrintingThread</td>
        <td><p>Executes the printing process on a separate thread.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_UseStandardDialog">UseStandardDialog</td>
        <td><p>Uses the standard print dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_PrintingSettings_UseXpStyleDialog">UseXpStyleDialog</td>
        <td><p>Uses the XP style print dialog.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
