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.
|