PrintPreviewDialog
The PrintPreviewDialog component displays a dialog box that allows the user to view a document before printing it. Prior to showing the dialog box, the PrintPreviewDialog object must be loaded with information about the document to be printed. See "Printing" in Chapter 4 for details. The dialog box itself displays a preview of the printed version of the document, allowing the user to navigate through it. Figure 5-20 shows an example of the PrintPreviewDialog dialog box, although this example doesn't have a document loaded.

- Figure 5-20. The PrintPreviewDialog dialog box
Post a comment