Skip to main content
A newer version of this page is available. .

PrintTool.PrintDialog Method

Name Parameters Description
PrintDialog() none Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
PrintDialog(UserLookAndFeel) lookAndFeel Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
PrintDialog(IWin32Window, UserLookAndFeel) owner, lookAndFeel Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
PrintDialog(IWin32Window) owner Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.