# GrapeCity.Documents.Common.OutputRangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Common_OutputRangeType" data-uid="GrapeCity.Documents.Common.OutputRangeType" class="text-break">OutputRangeType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of an <a class="xref" href="GrapeCity.Documents.Common.OutputRange.html">OutputRange</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_OutputRangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OutputRangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum OutputRangeType</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="GrapeCity_Documents_Common_OutputRangeType_All">All</td>
        <td><p>All pages of the document are in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_OutputRangeType_PageList">PageList</td>
        <td><p>Pages that are in the range are specified as a list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_OutputRangeType_PageRange">PageRange</td>
        <td><p>One or more ranges of pages are specified.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
