OverviewExamples
| 
 Web.Print (  | 
Prints the web page that is currently displayed in a web object.
(string) The name of the web object.
(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.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions