# Customizing the Appearance of the Printing

Learn how to customize the appearance of your spreadsheet printing with ease. Discover various aspects of printing customization and PrintInfo object overview.

## Content



There are various aspects of the printing of the spreadsheet that can be customized and most of them reside in the [PrintInfo](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.PrintInfo.html) object. For an overview of the **PrintInfo** object, refer to [Understanding the Printing Options](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printoptions).

The tasks involved with customizing the printing include:

*   [Understanding the Printing Options](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printoptions)
*   [Customizing the Print Job Settings](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printsettings)
*   [Customizing the Printed Page Layout](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printlayout)
*   [Customizing the Printed Page Header or Footer](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printheadfoot)
*   [Customizing the Print Preview Dialog](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/CustomizingthePrintPreviewDialog)
*   [Repeating Rows or Columns on Printed Pages](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printrepeatrange)
*   [Adding a Page Break](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-pagebreaks)
*   [Adding a Watermark to a Printed Page](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printcustomize/spwin-printwatermark)

Most print options are set on the **PrintInfo** object and apply at the sheet level. When you print, you are sending a specified sheet to the printer, which uses those settings. If you want different print settings for different sheets, you may want to reset the **PrintInfo** object and then make the necessary changes between the printing of the sheets.

## See Also

[Printing](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing)

[Specifying What to Print](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printactions)

[Optimizing the Printing](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printoptimize)

[Displaying Dialogs for Users](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-printing/spwin-printuser)