PrintSetup
Description
Invokes the standard Windows Print Setup… dialog, thus allowing a user to modify current print settings. If the user closes the dialog with the OK button, current settings will be updated and an onpagesetup event will be fired. No printing will occur in either case.
Syntax
result = printing.PrintSetup()
Returns a boolean value indicating whether or not the user has closed the dialog with the OK button.