Spread Windows Forms 17
Spread Windows Forms 17.0 Product Documentation / Developer's Guide / Printing / Customizing the Appearance of the Printing
In This Topic
    Customizing the Appearance of the Printing
    In This Topic

    There are various aspects of the printing of the spreadsheet that can be customized and most of them reside in the PrintInfo object. For an overview of the PrintInfo object, refer to Understanding the Printing Options.

    The tasks involved with customizing the printing include:

    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