The IlvManagerPrintingController class

The IlvManagerPrintingController is a subclass of the generic IlvPrintingController that controls the printing of an IlvManagerPrintableDocument object.
After creating your IlvManagerPrintableDocument object, you must create an instance of IlvManagerPrintingController for the document. Then you will be able to perform various actions on the document to be printed; for example, you can:
  • Call the printDialog method to invoke a dialog box to select a printer or to specify other printer-related information.
  • Call the setupDialog method to open the Page Setup dialog box.
  • Call the printPreview method to preview your document.
  • Call the print method of the print controller to print your document. You can also click the Print button while you preview the document.