# GrapeCity.Spreadsheet.Printing.DocumentPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Printing_DocumentPage" data-uid="GrapeCity.Spreadsheet.Printing.DocumentPage" class="text-break">DocumentPage Class
</h1>
  <div class="markdown level0 summary"><p>Represents a page in the document.</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"><span class="xref">DocumentPage</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Printing.html">GrapeCity.Spreadsheet.Printing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Printing_DocumentPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DocumentPage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DocumentPage</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentPage_Page" data-uid="GrapeCity.Spreadsheet.Printing.DocumentPage.Page">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentPage.Page.html#GrapeCity_Spreadsheet_Printing_DocumentPage_Page">Page</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the order of this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentPage_Paragraph" data-uid="GrapeCity.Spreadsheet.Printing.DocumentPage.Paragraph">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentPage.Paragraph.html#GrapeCity_Spreadsheet_Printing_DocumentPage_Paragraph">Paragraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the paragraph owner of this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentPage_PrintRange" data-uid="GrapeCity.Spreadsheet.Printing.DocumentPage.PrintRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentPage.PrintRange.html#GrapeCity_Spreadsheet_Printing_DocumentPage_PrintRange">PrintRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the print range of this page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentPage_Worksheet" data-uid="GrapeCity.Spreadsheet.Printing.DocumentPage.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentPage.Worksheet.html#GrapeCity_Spreadsheet_Printing_DocumentPage_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the printing worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
