# GrapeCity.Spreadsheet.Printing.Document

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Printing_Document" data-uid="GrapeCity.Spreadsheet.Printing.Document" class="text-break">Document Class
</h1>
  <div class="markdown level0 summary"><p>Represents the printing 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">Document</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_Document_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Document</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Document</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_Document_Count" data-uid="GrapeCity.Spreadsheet.Printing.Document.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.Document.Count.html#GrapeCity_Spreadsheet_Printing_Document_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of paragraphs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_Document_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.Document.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.Document.Item.html#GrapeCity_Spreadsheet_Printing_Document_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the paragraph at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_Document_Resolution" data-uid="GrapeCity.Spreadsheet.Printing.Document.Resolution">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.Document.Resolution.html#GrapeCity_Spreadsheet_Printing_Document_Resolution">Resolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolution of this document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_Document_TotalPages" data-uid="GrapeCity.Spreadsheet.Printing.Document.TotalPages">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.Document.TotalPages.html#GrapeCity_Spreadsheet_Printing_Document_TotalPages">TotalPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of pages.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
