Web.Print

Web.Print ( 

string  ObjectName,

boolean DefaultPrinter = true )

Example 1

Web.Print("Online Order Form", false);

Prints the current contents of the web object named "Online Order Form," displaying a "Print" dialog first so the user can select the printer they want to use.

Example 2

Web.Print("Web4");

Automatically prints the web page that is currently in the "Web4" web object, using the user's default printer.

See also:  Related Actions