Back to Devexpress

PrintTool.PrintDialog Method

windowsforms-devexpress-dot-xtraprinting-dot-printtool-dot-printdialog.md

latest1.2 KB
Original Source

PrintTool.PrintDialog Method

NameParametersDescription
PrintDialog()noneRuns 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)lookAndFeelRuns 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, lookAndFeelRuns 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)ownerRuns the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.