# C1.Win.Document.C1PrintManager.GetPrintPageRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Document_C1PrintManager_GetPrintPageRange_" data-uid="C1.Win.Document.C1PrintManager.GetPrintPageRange*">GetPrintPageRange Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Document_C1PrintManager_GetPrintPageRange_" data-uid="C1.Win.Document.C1PrintManager.GetPrintPageRange*"></a>
<h4 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@)">GetPrintPageRange(PrinterSettings, out int, out int)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected void GetPrintPageRange(PrinterSettings printerSettings, out int pMin, out int pMax)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub GetPrintPageRange(printerSettings As PrinterSettings, ByRef pMin As Integer, ByRef pMax As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">PrinterSettings</span></td>
      <td><span class="parametername">printerSettings</span></td>
      <td><p>The printer settings to use.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pMin</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pMax</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
