Make WebBrowser Print Preview in Full Screen

I implemented the following code to execute a print preview:

 WebBrowser1.ExecWB(OLECMDID_PRINTPREVIEW, OLECMDEXECOPT_PROMPTUSER);

The code works, but the size of the print preview window always shows small.
Is there a parameter to make the print preview window shows in a specific
size or
maximized ?

Thanks.