disableUI

Description

Set to true to disable all of Internet Explorer's printing facilities, including the File/Page Setup,File/Printmain menu commands, the Printcontext menu command and the window.print() scripting method.

Given this, the only way left to print is via the ScriptX Print and PrintHTML methods.

Syntax

printing.disableUI= true|false

Settings

This is a read/write property.

Applies To

printing

Example

Check out the source code of the ScriptX Advanced Printing example.

See Also

onpagesetup, onuserpagesetup, onuserprint, onuserprintpreview

PageSetupPreview, Print, PrintSetup