# GrapeCity.Documents.Excel.IPageSetup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPageSetup" data-uid="GrapeCity.Documents.Excel.IPageSetup" class="text-break">IPageSetup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the page setup description.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPageSetup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPageSetup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPageSetup</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_Documents_Excel_IPageSetup_AlignMarginsHeaderFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.AlignMarginsHeaderFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.AlignMarginsHeaderFooter.html#GrapeCity_Documents_Excel_IPageSetup_AlignMarginsHeaderFooter">AlignMarginsHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True to align the header and the footer with the margins set in the page setup options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_BestFitColumns" data-uid="GrapeCity.Documents.Excel.IPageSetup.BestFitColumns">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.BestFitColumns.html#GrapeCity_Documents_Excel_IPageSetup_BestFitColumns">BestFitColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether column widths are adjusted to fit the longest text width for printing.
May cause some efficiency problems if the file contains large amounts of data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_BestFitRows" data-uid="GrapeCity.Documents.Excel.IPageSetup.BestFitRows">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.BestFitRows.html#GrapeCity_Documents_Excel_IPageSetup_BestFitRows">BestFitRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether row heights are adjusted to fit the tallest text height for printing.
May cause some efficiency problems if the file contains large amounts of data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_BlackAndWhite" data-uid="GrapeCity.Documents.Excel.IPageSetup.BlackAndWhite">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.BlackAndWhite.html#GrapeCity_Documents_Excel_IPageSetup_BlackAndWhite">BlackAndWhite</a>
        </td>
        <td class="markdown level1 summary"><p>True if elements of the document will be printed in black and white.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_BottomMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.BottomMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.BottomMargin.html#GrapeCity_Documents_Excel_IPageSetup_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the bottom margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterFooter.html#GrapeCity_Documents_Excel_IPageSetup_CenterFooter">CenterFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Center aligns the footer information in the PageSetup object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterFooterPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterFooterPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterFooterPicture.html#GrapeCity_Documents_Excel_IPageSetup_CenterFooterPicture">CenterFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the center section of the footer. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterHeader" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterHeader.html#GrapeCity_Documents_Excel_IPageSetup_CenterHeader">CenterHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Center aligns the header information in the PageSetup object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterHeaderPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterHeaderPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterHeaderPicture.html#GrapeCity_Documents_Excel_IPageSetup_CenterHeaderPicture">CenterHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the center section of the header. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterHorizontally" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterHorizontally">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterHorizontally.html#GrapeCity_Documents_Excel_IPageSetup_CenterHorizontally">CenterHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>True if the sheet is centered horizontally on the page when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CenterVertically" data-uid="GrapeCity.Documents.Excel.IPageSetup.CenterVertically">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CenterVertically.html#GrapeCity_Documents_Excel_IPageSetup_CenterVertically">CenterVertically</a>
        </td>
        <td class="markdown level1 summary"><p>True if the sheet is centered vertically on the page when it's printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_DifferentFirstPageHeaderFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.DifferentFirstPageHeaderFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.DifferentFirstPageHeaderFooter.html#GrapeCity_Documents_Excel_IPageSetup_DifferentFirstPageHeaderFooter">DifferentFirstPageHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>True if a different header or footer is used on the first page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_Draft" data-uid="GrapeCity.Documents.Excel.IPageSetup.Draft">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.Draft.html#GrapeCity_Documents_Excel_IPageSetup_Draft">Draft</a>
        </td>
        <td class="markdown level1 summary"><p>True if the sheet will be printed without graphics.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_EvenPage" data-uid="GrapeCity.Documents.Excel.IPageSetup.EvenPage">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.EvenPage.html#GrapeCity_Documents_Excel_IPageSetup_EvenPage">EvenPage</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the alignment of text on the even <a class="xref" href="GrapeCity.Documents.Excel.IPage.html">IPage</a> of a workbook or section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FirstPage" data-uid="GrapeCity.Documents.Excel.IPageSetup.FirstPage">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FirstPage.html#GrapeCity_Documents_Excel_IPageSetup_FirstPage">FirstPage</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the alignment of text on the first <a class="xref" href="GrapeCity.Documents.Excel.IPage.html">IPage</a> of a workbook or section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FirstPageNumber" data-uid="GrapeCity.Documents.Excel.IPageSetup.FirstPageNumber">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FirstPageNumber.html#GrapeCity_Documents_Excel_IPageSetup_FirstPageNumber">FirstPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the first page number that will be used when this sheet is printed. If Automatic, Document Solutions for Excel chooses the first page number. The default is Automatic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FitToPagesTall" data-uid="GrapeCity.Documents.Excel.IPageSetup.FitToPagesTall">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FitToPagesTall.html#GrapeCity_Documents_Excel_IPageSetup_FitToPagesTall">FitToPagesTall</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of pages tall the worksheet will be scaled to when it's printed. Applies only to worksheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FitToPagesWide" data-uid="GrapeCity.Documents.Excel.IPageSetup.FitToPagesWide">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FitToPagesWide.html#GrapeCity_Documents_Excel_IPageSetup_FitToPagesWide">FitToPagesWide</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number of pages wide the worksheet will be scaled to when it's printed. Applies only to worksheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FooterMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.FooterMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FooterMargin.html#GrapeCity_Documents_Excel_IPageSetup_FooterMargin">FooterMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the footer margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_HeaderMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.HeaderMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.HeaderMargin.html#GrapeCity_Documents_Excel_IPageSetup_HeaderMargin">HeaderMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the header margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_IsAutoFirstPageNumber" data-uid="GrapeCity.Documents.Excel.IPageSetup.IsAutoFirstPageNumber">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.IsAutoFirstPageNumber.html#GrapeCity_Documents_Excel_IPageSetup_IsAutoFirstPageNumber">IsAutoFirstPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Represents whether the first page number is automatically assigned. The default is true.
When the first page number is specified, it would be set to false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_IsPercentScale" data-uid="GrapeCity.Documents.Excel.IPageSetup.IsPercentScale">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.IsPercentScale.html#GrapeCity_Documents_Excel_IPageSetup_IsPercentScale">IsPercentScale</a>
        </td>
        <td class="markdown level1 summary"><p>If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_LeftFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.LeftFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.LeftFooter.html#GrapeCity_Documents_Excel_IPageSetup_LeftFooter">LeftFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the alignment of text on the left footer of a workbook or section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_LeftFooterPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.LeftFooterPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.LeftFooterPicture.html#GrapeCity_Documents_Excel_IPageSetup_LeftFooterPicture">LeftFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the left section of the footer. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_LeftHeader" data-uid="GrapeCity.Documents.Excel.IPageSetup.LeftHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.LeftHeader.html#GrapeCity_Documents_Excel_IPageSetup_LeftHeader">LeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the alignment of text on the left header of a workbook or section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_LeftHeaderPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.LeftHeaderPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.LeftHeaderPicture.html#GrapeCity_Documents_Excel_IPageSetup_LeftHeaderPicture">LeftHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the left section of the header. Used to set attributes about the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_LeftMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.LeftMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.LeftMargin.html#GrapeCity_Documents_Excel_IPageSetup_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the left margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_OddAndEvenPagesHeaderFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.OddAndEvenPagesHeaderFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.OddAndEvenPagesHeaderFooter.html#GrapeCity_Documents_Excel_IPageSetup_OddAndEvenPagesHeaderFooter">OddAndEvenPagesHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>True if the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_Order" data-uid="GrapeCity.Documents.Excel.IPageSetup.Order">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.Order.html#GrapeCity_Documents_Excel_IPageSetup_Order">Order</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a <a class="xref" href="GrapeCity.Documents.Excel.Order.html">Order</a> value that represents the order uses to number pages when printing a large worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_Orientation" data-uid="GrapeCity.Documents.Excel.IPageSetup.Orientation">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.Orientation.html#GrapeCity_Documents_Excel_IPageSetup_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a <a class="xref" href="GrapeCity.Documents.Excel.PageOrientation.html">PageOrientation</a> value that represents the portrait or landscape printing mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PaperHeight" data-uid="GrapeCity.Documents.Excel.IPageSetup.PaperHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PaperHeight.html#GrapeCity_Documents_Excel_IPageSetup_PaperHeight">PaperHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the height in inches of the paper, considered page orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PaperSize" data-uid="GrapeCity.Documents.Excel.IPageSetup.PaperSize">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PaperSize.html#GrapeCity_Documents_Excel_IPageSetup_PaperSize">PaperSize</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the paper.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PaperWidth" data-uid="GrapeCity.Documents.Excel.IPageSetup.PaperWidth">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PaperWidth.html#GrapeCity_Documents_Excel_IPageSetup_PaperWidth">PaperWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the width in inches of the paper, considered page orientation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintArea" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintArea">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintArea.html#GrapeCity_Documents_Excel_IPageSetup_PrintArea">PrintArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the range to be printed, as a string using A1-style references in the language of the macro.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintComments" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintComments">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintComments.html#GrapeCity_Documents_Excel_IPageSetup_PrintComments">PrintComments</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the way comments are printed with the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintCopies" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintCopies">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintCopies.html#GrapeCity_Documents_Excel_IPageSetup_PrintCopies">PrintCopies</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets number of copies to print.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintErrors" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintErrors">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintErrors.html#GrapeCity_Documents_Excel_IPageSetup_PrintErrors">PrintErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets an PrintErrors contstant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintGridlines" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintGridlines">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintGridlines.html#GrapeCity_Documents_Excel_IPageSetup_PrintGridlines">PrintGridlines</a>
        </td>
        <td class="markdown level1 summary"><p>True if cell gridlines are printed on the page. Applies only to worksheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintHeadings" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintHeadings">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintHeadings.html#GrapeCity_Documents_Excel_IPageSetup_PrintHeadings">PrintHeadings</a>
        </td>
        <td class="markdown level1 summary"><p>True if row and column headings are printed with this page. Applies only to worksheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintNotes" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintNotes">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintNotes.html#GrapeCity_Documents_Excel_IPageSetup_PrintNotes">PrintNotes</a>
        </td>
        <td class="markdown level1 summary"><p>True if cell notes are printed as end notes with the sheet. Applies only to worksheets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintPageRange" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintPageRange">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintPageRange.html#GrapeCity_Documents_Excel_IPageSetup_PrintPageRange">PrintPageRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets range of pages to print, the numbers or page ranges are separated by commas counting from the beginning of the document. For example, type &quot;1,3,5-12&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintQuality" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintQuality">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintQuality.html#GrapeCity_Documents_Excel_IPageSetup_PrintQuality">PrintQuality</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintQuality.html#GrapeCity_Documents_Excel_IPageSetup_PrintQuality">PrintQuality</a> value that represents the print quality of this page. Default is 600 dpi.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintTailColumns" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintTailColumns">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintTailColumns.html#GrapeCity_Documents_Excel_IPageSetup_PrintTailColumns">PrintTailColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the columns that contain the cells to be repeated on the right side of each page, as a string in A1-style notation in the language of the macro.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintTailRows" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintTailRows">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintTailRows.html#GrapeCity_Documents_Excel_IPageSetup_PrintTailRows">PrintTailRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the rows that contain the cells to be repeated at the bottom of each page, as a string in A1-style notation in the language of the macro.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintTitleColumns" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintTitleColumns">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintTitleColumns.html#GrapeCity_Documents_Excel_IPageSetup_PrintTitleColumns">PrintTitleColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the columns that contain the cells to be repeated on the left side of each page, as a string in A1-style notation in the language of the macro.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_PrintTitleRows" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintTitleRows">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.PrintTitleRows.html#GrapeCity_Documents_Excel_IPageSetup_PrintTitleRows">PrintTitleRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the rows that contain the cells to be repeated at the top of each page, as a string in A1-style notation in the language of the macro.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_RightFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.RightFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.RightFooter.html#GrapeCity_Documents_Excel_IPageSetup_RightFooter">RightFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the distance (in points) between the right edge of the page and the right boundary of the footer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_RightFooterPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.RightFooterPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.RightFooterPicture.html#GrapeCity_Documents_Excel_IPageSetup_RightFooterPicture">RightFooterPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the right section of the footer. Used to set attributes of the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_RightHeader" data-uid="GrapeCity.Documents.Excel.IPageSetup.RightHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.RightHeader.html#GrapeCity_Documents_Excel_IPageSetup_RightHeader">RightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the right part of the header.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_RightHeaderPicture" data-uid="GrapeCity.Documents.Excel.IPageSetup.RightHeaderPicture">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.RightHeaderPicture.html#GrapeCity_Documents_Excel_IPageSetup_RightHeaderPicture">RightHeaderPicture</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IGraphic.html">IGraphic</a> object that represents the picture for the right section of the header. Used to set attributes of the picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_RightMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.RightMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.RightMargin.html#GrapeCity_Documents_Excel_IPageSetup_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the right margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_ScaleWithDocHeaderFooter" data-uid="GrapeCity.Documents.Excel.IPageSetup.ScaleWithDocHeaderFooter">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.ScaleWithDocHeaderFooter.html#GrapeCity_Documents_Excel_IPageSetup_ScaleWithDocHeaderFooter">ScaleWithDocHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets if the header and footer should be scaled with the document when the size of the document changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_TopMargin" data-uid="GrapeCity.Documents.Excel.IPageSetup.TopMargin">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.TopMargin.html#GrapeCity_Documents_Excel_IPageSetup_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the size of the top margin, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_Zoom" data-uid="GrapeCity.Documents.Excel.IPageSetup.Zoom">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.Zoom.html#GrapeCity_Documents_Excel_IPageSetup_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a Variant value that represents a percentage (between 10 and 400 percent) by which Document Solutions for Excel will scale the worksheet for printing.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_CustomPaperSize_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.IPageSetup.CustomPaperSize(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.CustomPaperSize.html#GrapeCity_Documents_Excel_IPageSetup_CustomPaperSize_System_Double_System_Double_">CustomPaperSize(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the custom paper size, in unit of inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.IPageSetup.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.FromJson.html#GrapeCity_Documents_Excel_IPageSetup_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generate page setup from the JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPageSetup_ToJson" data-uid="GrapeCity.Documents.Excel.IPageSetup.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IPageSetup.ToJson.html#GrapeCity_Documents_Excel_IPageSetup_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generate the JSON string from page setup.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
