Advanced Features > Printing Framework for Manager Content > Printing a Manager in Multiple Pages > IlvManagerDocumentSetupDialog

All properties of the IlvManagerPrintableDocument class can be specified by a dialog box (class IlvManagerDocumentSetupDialog). This dialog box, a subclass of the generic IlvDocumentSetupDialog, contains an additional page in the tabbed pane that allows you to specify the area to print, the number of columns and rows (that is, the number of pages), the zoom level at which to print, and the page order for the numbering of pages.

images/fwadv_pagesetup.png

Figure 4.1 Page Setup Dialog Box

You may not want to allow the user to change the zoom level, or you may need to specify a range of zoom level that is allowed for this specific manager. To do this, you will use the following methods in the IlvManagerPrintableDocument class:

Note
You do not have to create this dialog box yourself; the printing controller will manage an instance of this class for you.