Overload | Description |
---|---|
ShowPrintPreviewPopup(String) | Dsiplays a print preview in a popup window using the provided document title. |
ShowPrintPreviewPopup(String,PrintTicket) | Dsiplays a print preview in a popup window using the provided document title, and specifying a set of print options. |
ShowPrintPreviewPopup(String,Boolean,EventHandler<ProgressEventArgs>,Boolean,Size,Size) | Displays a print preview dialog in a popup specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, the size of the popup, and the default paper size, as well as indicating whether the progress window is displayed. |
ShowPrintPreviewPopup(String,Boolean,EventHandler<ProgressEventArgs>,Boolean,Size,PrintTicket) | Displays a print preview dialog in a popup specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, the size of the popup, as well as indicating whether the progress window is displayed, and specifying a set of print options. |