PageSetup
Description
Invokes the standard Internet Explorer Page Setup... dialog. If the user closes the dialog with the OK button, current settings will be updated and an onpagesetup event will be fired.
The PageSetup method is part of the basic freely-distributable printing subset.
Syntax
result = printing.PageSetup()
Return Value
Returns a boolean value indicating whether or not a user has closed the dialog with the OK button.
Example
Check out the source code of the ScriptX Advanced Printing and ScriptX Techie Printing examples.
Applies To
printing
See Also
bottomMargin, disableUI, footer, header, leftMargin, onpagesetup, onuserpagesetup, paperSize, paperSource, portrait, rightMargin, topMargin
Print, PrintHTML, PrintSetup