# FarPoint.Win.Spread.PrintInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_PrintInfo" data-uid="FarPoint.Win.Spread.PrintInfo" class="text-break">PrintInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information to use when printing a sheet of the control.</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">PrintInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_PrintInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintInfo : ICloneable, ISerializeSupport, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class PrintInfo
    Implements ICloneable, ISerializeSupport, ISerializable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo__ctor" data-uid="FarPoint.Win.Spread.PrintInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.-ctor.html#FarPoint_Win_Spread_PrintInfo__ctor">PrintInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PrintInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo__ctor_FarPoint_Win_Spread_PrintInfo_" data-uid="FarPoint.Win.Spread.PrintInfo.#ctor(FarPoint.Win.Spread.PrintInfo)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.-ctor.html#FarPoint_Win_Spread_PrintInfo__ctor_FarPoint_Win_Spread_PrintInfo_">PrintInfo(PrintInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PrintInfo object based on the specified PrintInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PrintInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.-ctor.html#FarPoint_Win_Spread_PrintInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">PrintInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints information from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo__ctor_System_String_System_String_System_String_FarPoint_Win_Spread_PrintMargin_FarPoint_Win_Spread_PrintOrientation_FarPoint_Win_Spread_PrintPageOrder_System_Boolean_FarPoint_Win_Spread_PrintHeader_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintType_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SmartPrintRulesCollection_System_Boolean_System_Boolean_System_Boolean_System_String_System_Int32_System_Boolean_System_String_System_Single_System_Int32_FarPoint_Win_Spread_PrintNotes_System_Drawing_Printing_PaperSource_System_Drawing_Printing_PaperSize_System_Boolean_System_Drawing_Image___System_Drawing_Color___System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Centering_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_String_System_IO_Stream_FarPoint_Win_Spread_PdfWriteMode_FarPoint_Win_Spread_PdfWriteTo_" data-uid="FarPoint.Win.Spread.PrintInfo.#ctor(System.String,System.String,System.String,FarPoint.Win.Spread.PrintMargin,FarPoint.Win.Spread.PrintOrientation,FarPoint.Win.Spread.PrintPageOrder,System.Boolean,FarPoint.Win.Spread.PrintHeader,FarPoint.Win.Spread.PrintHeader,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Spread.PrintHeader,System.Boolean,System.Boolean,FarPoint.Win.Spread.PrintType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.SmartPrintRulesCollection,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.String,System.Single,System.Int32,FarPoint.Win.Spread.PrintNotes,System.Drawing.Printing.PaperSource,System.Drawing.Printing.PaperSize,System.Boolean,System.Drawing.Image[],System.Drawing.Color[],System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.Centering,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String,System.IO.Stream,FarPoint.Win.Spread.PdfWriteMode,FarPoint.Win.Spread.PdfWriteTo)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.-ctor.html#FarPoint_Win_Spread_PrintInfo__ctor_System_String_System_String_System_String_FarPoint_Win_Spread_PrintMargin_FarPoint_Win_Spread_PrintOrientation_FarPoint_Win_Spread_PrintPageOrder_System_Boolean_FarPoint_Win_Spread_PrintHeader_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintType_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SmartPrintRulesCollection_System_Boolean_System_Boolean_System_Boolean_System_String_System_Int32_System_Boolean_System_String_System_Single_System_Int32_FarPoint_Win_Spread_PrintNotes_System_Drawing_Printing_PaperSource_System_Drawing_Printing_PaperSize_System_Boolean_System_Drawing_Image___System_Drawing_Color___System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Centering_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_String_System_IO_Stream_FarPoint_Win_Spread_PdfWriteMode_FarPoint_Win_Spread_PdfWriteTo_">PrintInfo(string, string, string, PrintMargin, PrintOrientation, PrintPageOrder, bool, PrintHeader, PrintHeader, bool, bool, bool, bool, bool, PrintHeader, bool, bool, PrintType, int, int, int, int, int, int, bool, SmartPrintRulesCollection, bool, bool, bool, string, int, bool, string, float, int, PrintNotes, PaperSource, PaperSize, bool, Image[], Color[], int, int, int, int, Centering, int, int, int, int, bool, string, Stream, PdfWriteMode, PdfWriteTo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PrintInfo object with the specified printing settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo__ctor_System_String_System_String_System_String_FarPoint_Win_Spread_PrintMargin_FarPoint_Win_Spread_PrintOrientation_FarPoint_Win_Spread_PrintPageOrder_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintType_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SmartPrintRulesCollection_System_Boolean_System_Boolean_System_Boolean_System_String_System_Int32_System_Boolean_System_String_System_Single_System_Int32_FarPoint_Win_Spread_PrintNotes_System_Drawing_Printing_PaperSource_System_Drawing_Printing_PaperSize_System_Boolean_System_Drawing_Image___System_Drawing_Color___System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Centering_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_String_System_IO_Stream_FarPoint_Win_Spread_PdfWriteMode_FarPoint_Win_Spread_PdfWriteTo_" data-uid="FarPoint.Win.Spread.PrintInfo.#ctor(System.String,System.String,System.String,FarPoint.Win.Spread.PrintMargin,FarPoint.Win.Spread.PrintOrientation,FarPoint.Win.Spread.PrintPageOrder,System.Boolean,FarPoint.Win.Spread.PrintHeader,System.Boolean,System.Boolean,FarPoint.Win.Spread.PrintHeader,System.Boolean,System.Boolean,FarPoint.Win.Spread.PrintType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,FarPoint.Win.Spread.SmartPrintRulesCollection,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean,System.String,System.Single,System.Int32,FarPoint.Win.Spread.PrintNotes,System.Drawing.Printing.PaperSource,System.Drawing.Printing.PaperSize,System.Boolean,System.Drawing.Image[],System.Drawing.Color[],System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.Centering,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String,System.IO.Stream,FarPoint.Win.Spread.PdfWriteMode,FarPoint.Win.Spread.PdfWriteTo)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.-ctor.html#FarPoint_Win_Spread_PrintInfo__ctor_System_String_System_String_System_String_FarPoint_Win_Spread_PrintMargin_FarPoint_Win_Spread_PrintOrientation_FarPoint_Win_Spread_PrintPageOrder_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintHeader_System_Boolean_System_Boolean_FarPoint_Win_Spread_PrintType_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_FarPoint_Win_Spread_SmartPrintRulesCollection_System_Boolean_System_Boolean_System_Boolean_System_String_System_Int32_System_Boolean_System_String_System_Single_System_Int32_FarPoint_Win_Spread_PrintNotes_System_Drawing_Printing_PaperSource_System_Drawing_Printing_PaperSize_System_Boolean_System_Drawing_Image___System_Drawing_Color___System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_Centering_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_String_System_IO_Stream_FarPoint_Win_Spread_PdfWriteMode_FarPoint_Win_Spread_PdfWriteTo_">PrintInfo(string, string, string, PrintMargin, PrintOrientation, PrintPageOrder, bool, PrintHeader, bool, bool, PrintHeader, bool, bool, PrintType, int, int, int, int, int, int, bool, SmartPrintRulesCollection, bool, bool, bool, string, int, bool, string, float, int, PrintNotes, PaperSource, PaperSize, bool, Image[], Color[], int, int, int, int, Centering, int, int, int, int, bool, string, Stream, PdfWriteMode, PdfWriteTo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PrintInfo object with the specified print settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Spread_PrintInfo_AbortMessage" data-uid="FarPoint.Win.Spread.PrintInfo.AbortMessage">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.AbortMessage.html#FarPoint_Win_Spread_PrintInfo_AbortMessage">AbortMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message to display for the abort dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_BestFitCols" data-uid="FarPoint.Win.Spread.PrintInfo.BestFitCols">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.BestFitCols.html#FarPoint_Win_Spread_PrintInfo_BestFitCols">BestFitCols</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether column widths are adjusted to fit the longest string width for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_BestFitRows" data-uid="FarPoint.Win.Spread.PrintInfo.BestFitRows">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.BestFitRows.html#FarPoint_Win_Spread_PrintInfo_BestFitRows">BestFitRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether row heights are adjusted to fit the tallest string height for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_BestFitWithSpan" data-uid="FarPoint.Win.Spread.PrintInfo.BestFitWithSpan">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.BestFitWithSpan.html#FarPoint_Win_Spread_PrintInfo_BestFitWithSpan">BestFitWithSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to ignore spans when calculating best fit rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Centering" data-uid="FarPoint.Win.Spread.PrintInfo.Centering">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Centering.html#FarPoint_Win_Spread_PrintInfo_Centering">Centering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the printed page is centered.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ColEnd" data-uid="FarPoint.Win.Spread.PrintInfo.ColEnd">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ColEnd.html#FarPoint_Win_Spread_PrintInfo_ColEnd">ColEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last column to print when printing a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ColStart" data-uid="FarPoint.Win.Spread.PrintInfo.ColStart">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ColStart.html#FarPoint_Win_Spread_PrintInfo_ColStart">ColStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first column to print when printing a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Collated" data-uid="FarPoint.Win.Spread.PrintInfo.Collated">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Collated.html#FarPoint_Win_Spread_PrintInfo_Collated">Collated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the printed document is collated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Colors" data-uid="FarPoint.Win.Spread.PrintInfo.Colors">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Colors.html#FarPoint_Win_Spread_PrintInfo_Colors">Colors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color list for the header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_DifferentFirstPageHeaderFooter" data-uid="FarPoint.Win.Spread.PrintInfo.DifferentFirstPageHeaderFooter">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.DifferentFirstPageHeaderFooter.html#FarPoint_Win_Spread_PrintInfo_DifferentFirstPageHeaderFooter">DifferentFirstPageHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the different header or footer is used on the first page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Duplex" data-uid="FarPoint.Win.Spread.PrintInfo.Duplex">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Duplex.html#FarPoint_Win_Spread_PrintInfo_Duplex">Duplex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the printer setting for double-sided printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_EnhancePreview" data-uid="FarPoint.Win.Spread.PrintInfo.EnhancePreview">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.EnhancePreview.html#FarPoint_Win_Spread_PrintInfo_EnhancePreview">EnhancePreview</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the state to show enhanced print preview dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_EvenColors" data-uid="FarPoint.Win.Spread.PrintInfo.EvenColors">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.EvenColors.html#FarPoint_Win_Spread_PrintInfo_EvenColors">EvenColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color list for the even header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_EvenFooter" data-uid="FarPoint.Win.Spread.PrintInfo.EvenFooter">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.EvenFooter.html#FarPoint_Win_Spread_PrintInfo_EvenFooter">EvenFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of even footers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_EvenHeader" data-uid="FarPoint.Win.Spread.PrintInfo.EvenHeader">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.EvenHeader.html#FarPoint_Win_Spread_PrintInfo_EvenHeader">EvenHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of even headers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_EvenImages" data-uid="FarPoint.Win.Spread.PrintInfo.EvenImages">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.EvenImages.html#FarPoint_Win_Spread_PrintInfo_EvenImages">EvenImages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list for the even header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FirstColors" data-uid="FarPoint.Win.Spread.PrintInfo.FirstColors">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FirstColors.html#FarPoint_Win_Spread_PrintInfo_FirstColors">FirstColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color list for the first header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FirstFooter" data-uid="FarPoint.Win.Spread.PrintInfo.FirstFooter">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FirstFooter.html#FarPoint_Win_Spread_PrintInfo_FirstFooter">FirstFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of first footers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FirstHeader" data-uid="FarPoint.Win.Spread.PrintInfo.FirstHeader">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FirstHeader.html#FarPoint_Win_Spread_PrintInfo_FirstHeader">FirstHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of first headers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FirstImages" data-uid="FarPoint.Win.Spread.PrintInfo.FirstImages">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FirstImages.html#FarPoint_Win_Spread_PrintInfo_FirstImages">FirstImages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list for the first header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FirstPageNumber" data-uid="FarPoint.Win.Spread.PrintInfo.FirstPageNumber">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FirstPageNumber.html#FarPoint_Win_Spread_PrintInfo_FirstPageNumber">FirstPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page number to print on the first page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Footer" data-uid="FarPoint.Win.Spread.PrintInfo.Footer">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Footer.html#FarPoint_Win_Spread_PrintInfo_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of footers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_FooterHeight" data-uid="FarPoint.Win.Spread.PrintInfo.FooterHeight">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.FooterHeight.html#FarPoint_Win_Spread_PrintInfo_FooterHeight">FooterHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height in pixels of the footer area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Header" data-uid="FarPoint.Win.Spread.PrintInfo.Header">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Header.html#FarPoint_Win_Spread_PrintInfo_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text and format of headers on printed pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_HeaderHeight" data-uid="FarPoint.Win.Spread.PrintInfo.HeaderHeight">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.HeaderHeight.html#FarPoint_Win_Spread_PrintInfo_HeaderHeight">HeaderHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height in pixels of the header area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Images" data-uid="FarPoint.Win.Spread.PrintInfo.Images">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Images.html#FarPoint_Win_Spread_PrintInfo_Images">Images</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image list for the header and footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_JobName" data-uid="FarPoint.Win.Spread.PrintInfo.JobName">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.JobName.html#FarPoint_Win_Spread_PrintInfo_JobName">JobName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the print job.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Margin" data-uid="FarPoint.Win.Spread.PrintInfo.Margin">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Margin.html#FarPoint_Win_Spread_PrintInfo_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margins for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_OddAndEvenPagesHeaderFooter" data-uid="FarPoint.Win.Spread.PrintInfo.OddAndEvenPagesHeaderFooter">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.OddAndEvenPagesHeaderFooter.html#FarPoint_Win_Spread_PrintInfo_OddAndEvenPagesHeaderFooter">OddAndEvenPagesHeaderFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the specified PrintInfo object has different headers and footers for odd-numbered and even-numbered pages.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Opacity" data-uid="FarPoint.Win.Spread.PrintInfo.Opacity">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Opacity.html#FarPoint_Win_Spread_PrintInfo_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity used when printing this sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Orientation" data-uid="FarPoint.Win.Spread.PrintInfo.Orientation">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Orientation.html#FarPoint_Win_Spread_PrintInfo_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page orientation used for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PageEnd" data-uid="FarPoint.Win.Spread.PrintInfo.PageEnd">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PageEnd.html#FarPoint_Win_Spread_PrintInfo_PageEnd">PageEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last page to print when printing a page range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PageOrder" data-uid="FarPoint.Win.Spread.PrintInfo.PageOrder">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PageOrder.html#FarPoint_Win_Spread_PrintInfo_PageOrder">PageOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the order in which pages print.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PageStart" data-uid="FarPoint.Win.Spread.PrintInfo.PageStart">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PageStart.html#FarPoint_Win_Spread_PrintInfo_PageStart">PageStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first page to print when printing a page range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PaperSize" data-uid="FarPoint.Win.Spread.PrintInfo.PaperSize">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PaperSize.html#FarPoint_Win_Spread_PrintInfo_PaperSize">PaperSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the paper size for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PaperSource" data-uid="FarPoint.Win.Spread.PrintInfo.PaperSource">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PaperSource.html#FarPoint_Win_Spread_PrintInfo_PaperSource">PaperSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the paper source for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PdfFileName" data-uid="FarPoint.Win.Spread.PrintInfo.PdfFileName">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PdfFileName.html#FarPoint_Win_Spread_PrintInfo_PdfFileName">PdfFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the path and filename for printing the sheet as PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PdfSecurity" data-uid="FarPoint.Win.Spread.PrintInfo.PdfSecurity">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PdfSecurity.html#FarPoint_Win_Spread_PrintInfo_PdfSecurity">PdfSecurity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the security for printing the sheet as PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PdfStream" data-uid="FarPoint.Win.Spread.PrintInfo.PdfStream">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PdfStream.html#FarPoint_Win_Spread_PrintInfo_PdfStream">PdfStream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stream for printing the sheet as PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PdfWriteMode" data-uid="FarPoint.Win.Spread.PrintInfo.PdfWriteMode">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PdfWriteMode.html#FarPoint_Win_Spread_PrintInfo_PdfWriteMode">PdfWriteMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how printing of the sheet as PDF is handled relative to other sheets.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PdfWriteTo" data-uid="FarPoint.Win.Spread.PrintInfo.PdfWriteTo">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PdfWriteTo.html#FarPoint_Win_Spread_PrintInfo_PdfWriteTo">PdfWriteTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the output for printing the sheet as PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Preview" data-uid="FarPoint.Win.Spread.PrintInfo.Preview">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Preview.html#FarPoint_Win_Spread_PrintInfo_Preview">Preview</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to preview the sheet instead of printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PrintNotes" data-uid="FarPoint.Win.Spread.PrintInfo.PrintNotes">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PrintNotes.html#FarPoint_Win_Spread_PrintInfo_PrintNotes">PrintNotes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how cell notes are printed after the sheet(s).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PrintShapes" data-uid="FarPoint.Win.Spread.PrintInfo.PrintShapes">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PrintShapes.html#FarPoint_Win_Spread_PrintInfo_PrintShapes">PrintShapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether shapes are printed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PrintToPdf" data-uid="FarPoint.Win.Spread.PrintInfo.PrintToPdf">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PrintToPdf.html#FarPoint_Win_Spread_PrintInfo_PrintToPdf">PrintToPdf</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the sheet as PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_PrintType" data-uid="FarPoint.Win.Spread.PrintInfo.PrintType">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.PrintType.html#FarPoint_Win_Spread_PrintInfo_PrintType">PrintType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what is to be printed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_Printer" data-uid="FarPoint.Win.Spread.PrintInfo.Printer">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Printer.html#FarPoint_Win_Spread_PrintInfo_Printer">Printer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer to use for printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RepeatColEnd" data-uid="FarPoint.Win.Spread.PrintInfo.RepeatColEnd">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RepeatColEnd.html#FarPoint_Win_Spread_PrintInfo_RepeatColEnd">RepeatColEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last column for a range of columns to print at the left of each page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RepeatColStart" data-uid="FarPoint.Win.Spread.PrintInfo.RepeatColStart">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RepeatColStart.html#FarPoint_Win_Spread_PrintInfo_RepeatColStart">RepeatColStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first column for a range of columns to print at the left of each page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RepeatRowEnd" data-uid="FarPoint.Win.Spread.PrintInfo.RepeatRowEnd">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RepeatRowEnd.html#FarPoint_Win_Spread_PrintInfo_RepeatRowEnd">RepeatRowEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last row for a range of rows to print at the top of each page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RepeatRowStart" data-uid="FarPoint.Win.Spread.PrintInfo.RepeatRowStart">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RepeatRowStart.html#FarPoint_Win_Spread_PrintInfo_RepeatRowStart">RepeatRowStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first row for a range of rows to print at the top of each page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RowEnd" data-uid="FarPoint.Win.Spread.PrintInfo.RowEnd">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RowEnd.html#FarPoint_Win_Spread_PrintInfo_RowEnd">RowEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last row to print when printing a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_RowStart" data-uid="FarPoint.Win.Spread.PrintInfo.RowStart">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.RowStart.html#FarPoint_Win_Spread_PrintInfo_RowStart">RowStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first row to print when printing a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowBorder" data-uid="FarPoint.Win.Spread.PrintInfo.ShowBorder">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowBorder.html#FarPoint_Win_Spread_PrintInfo_ShowBorder">ShowBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the outline border around the entire control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowColor" data-uid="FarPoint.Win.Spread.PrintInfo.ShowColor">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowColor.html#FarPoint_Win_Spread_PrintInfo_ShowColor">ShowColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the colors as they appear on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowColumnFooter" data-uid="FarPoint.Win.Spread.PrintInfo.ShowColumnFooter">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowColumnFooter.html#FarPoint_Win_Spread_PrintInfo_ShowColumnFooter">ShowColumnFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowColumnFooterEachPage" data-uid="FarPoint.Win.Spread.PrintInfo.ShowColumnFooterEachPage">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowColumnFooterEachPage.html#FarPoint_Win_Spread_PrintInfo_ShowColumnFooterEachPage">ShowColumnFooterEachPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the column footer on every page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowColumnHeader" data-uid="FarPoint.Win.Spread.PrintInfo.ShowColumnHeader">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowColumnHeader.html#FarPoint_Win_Spread_PrintInfo_ShowColumnHeader">ShowColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the column header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowGrid" data-uid="FarPoint.Win.Spread.PrintInfo.ShowGrid">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowGrid.html#FarPoint_Win_Spread_PrintInfo_ShowGrid">ShowGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowPageSetupButton" data-uid="FarPoint.Win.Spread.PrintInfo.ShowPageSetupButton">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowPageSetupButton.html#FarPoint_Win_Spread_PrintInfo_ShowPageSetupButton">ShowPageSetupButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the state to show page settup button on toolbar of print preview dialog.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowPrintDialog" data-uid="FarPoint.Win.Spread.PrintInfo.ShowPrintDialog">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowPrintDialog.html#FarPoint_Win_Spread_PrintInfo_ShowPrintDialog">ShowPrintDialog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display a print dialog before printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowRowHeader" data-uid="FarPoint.Win.Spread.PrintInfo.ShowRowHeader">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowRowHeader.html#FarPoint_Win_Spread_PrintInfo_ShowRowHeader">ShowRowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the row header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowShadows" data-uid="FarPoint.Win.Spread.PrintInfo.ShowShadows">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowShadows.html#FarPoint_Win_Spread_PrintInfo_ShowShadows">ShowShadows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the header shadows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowSubtitle" data-uid="FarPoint.Win.Spread.PrintInfo.ShowSubtitle">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowSubtitle.html#FarPoint_Win_Spread_PrintInfo_ShowSubtitle">ShowSubtitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the subtitle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShowTitle" data-uid="FarPoint.Win.Spread.PrintInfo.ShowTitle">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShowTitle.html#FarPoint_Win_Spread_PrintInfo_ShowTitle">ShowTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_SmartPrintPagesTall" data-uid="FarPoint.Win.Spread.PrintInfo.SmartPrintPagesTall">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.SmartPrintPagesTall.html#FarPoint_Win_Spread_PrintInfo_SmartPrintPagesTall">SmartPrintPagesTall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of vertical pages to check when optimizing printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_SmartPrintPagesWide" data-uid="FarPoint.Win.Spread.PrintInfo.SmartPrintPagesWide">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.SmartPrintPagesWide.html#FarPoint_Win_Spread_PrintInfo_SmartPrintPagesWide">SmartPrintPagesWide</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of horizontal pages to check when optimizing the printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_SmartPrintRules" data-uid="FarPoint.Win.Spread.PrintInfo.SmartPrintRules">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.SmartPrintRules.html#FarPoint_Win_Spread_PrintInfo_SmartPrintRules">SmartPrintRules</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of rules to optimize the printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_UseMax" data-uid="FarPoint.Win.Spread.PrintInfo.UseMax">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.UseMax.html#FarPoint_Win_Spread_PrintInfo_UseMax">UseMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print only rows that contain data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_UseSmartPrint" data-uid="FarPoint.Win.Spread.PrintInfo.UseSmartPrint">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.UseSmartPrint.html#FarPoint_Win_Spread_PrintInfo_UseSmartPrint">UseSmartPrint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control optimizes the printing using rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ZoomFactor" data-uid="FarPoint.Win.Spread.PrintInfo.ZoomFactor">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ZoomFactor.html#FarPoint_Win_Spread_PrintInfo_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor used for printing this sheet.</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="FarPoint_Win_Spread_PrintInfo_Clone" data-uid="FarPoint.Win.Spread.PrintInfo.Clone">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.Clone.html#FarPoint_Win_Spread_PrintInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PrintInfo object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_CopyFrom_System_Object_" data-uid="FarPoint.Win.Spread.PrintInfo.CopyFrom(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.CopyFrom.html#FarPoint_Win_Spread_PrintInfo_CopyFrom_System_Object_">CopyFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the specified PrintInfo object to the current PrintInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.PrintInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.GetObjectData.html#FarPoint_Win_Spread_PrintInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShouldSerializeMargin" data-uid="FarPoint.Win.Spread.PrintInfo.ShouldSerializeMargin">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShouldSerializeMargin.html#FarPoint_Win_Spread_PrintInfo_ShouldSerializeMargin">ShouldSerializeMargin()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to serialize the margin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ShouldSerializeSmartPrintRules" data-uid="FarPoint.Win.Spread.PrintInfo.ShouldSerializeSmartPrintRules">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ShouldSerializeSmartPrintRules.html#FarPoint_Win_Spread_PrintInfo_ShouldSerializeSmartPrintRules">ShouldSerializeSmartPrintRules()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to serialize printing optimization rules.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_PrintInfo_ToString" data-uid="FarPoint.Win.Spread.PrintInfo.ToString">
          <a class="xref" href="FarPoint.Win.Spread.PrintInfo.ToString.html#FarPoint_Win_Spread_PrintInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Always returns null.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
