Web.Print

Web.Print ( 

string  ObjectName,

boolean DefaultPrinter = true )

Description

Prints the web page that is currently displayed in a web object.

Parameters

ObjectName

(string) The name of the web object.

DefaultPrinter

(boolean) Whether to print using the user's default printer:

VALUE

DESCRIPTION

true

Automatically print with the user's default printer. (Default)

false

Display the "Print" dialog so the user can select which printer to use.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions