# C1.Win.FlexGrid.PrintGridFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_PrintGridFlags" data-uid="C1.Win.FlexGrid.PrintGridFlags" class="text-break">PrintGridFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Contains flags that specify printing options to use with the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.PrintGrid.html#C1_Win_FlexGrid_C1FlexGridBase_PrintGrid_System_String_C1_Win_FlexGrid_PrintGridFlags_">PrintGrid(string, PrintGridFlags)</a> method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_PrintGridFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PrintGridFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum PrintGridFlags</code></pre>
  </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="C1_Win_FlexGrid_PrintGridFlags_ActualSize">ActualSize</td>
        <td><p>Print the grid in actual (screen size). If the grid is too wide to fit on a page, columns spill onto
separate pages. If the grid is too tall to fit on a page, rows spill onto additional pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_ExtendLastCol">ExtendLastCol</td>
        <td><p>Extend the last column on each printed page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_FitToPage">FitToPage</td>
        <td><p>Scale the grid so it will fit on a single page (rows and columns).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_FitToPageWidth">FitToPageWidth</td>
        <td><p>Scale the grid so its width will fit on a single page. If the grid is too tall to fit on a page,
rows spill onto additional pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_ShowHighlight">ShowHighlight</td>
        <td><p>Show highlighted selection while printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_ShowPageSetupDialog">ShowPageSetupDialog</td>
        <td><p>Show a page setup dialog before printing so the user can select paper size, orientation, and margins.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_ShowPreviewDialog">ShowPreviewDialog</td>
        <td><p>Show a print preview dialog before printing so the user can inspect the document before printing it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_PrintGridFlags_ShowPrintDialog">ShowPrintDialog</td>
        <td><p>Show a print setup dialog before printing so the user can select the printer to use.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
