Hit the button below to print a landscape copy of this page. This is an illustration of the ScriptX licensed
Print() method.
Hit the button below to print a landscape copy of the MeadCo site's index page. This is an illustration of the ScriptX licensed
PrintHTML() method.
The
ScriptX printing setup for this page looks like this:
factory.printing.SetMarginMeasure(2) // set inches
factory.printing.header = "This is MeadCo"
factory.printing.footer = "Printing by ScriptX"
factory.printing.portrait = false
factory.printing.leftMargin = 1.0
factory.printing.topMargin = 1.0
factory.printing.rightMargin = 1.0
factory.printing.bottomMargin = 1.0
factory.printing.copies = 1
factory.printing.printBackground = true