yhejazi2016 / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Supress header and footer info #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  webkitbrowser1.printdialog() 

What is the expected output? What do you see instead?
Trying to figure out how to surpress header and footer info containing the URL 
and date/time stamp.

What version of the product are you using? On what operating system?
Windows 7 x64 and r119

Please provide any additional information below.

Is there an API document I can reference.  That may help.  

Original issue reported on code.google.com by njspence...@gmail.com on 20 Feb 2012 at 11:19

GoogleCodeExporter commented 8 years ago
You can get the values of the headers you want using the HeadersAvailable event 
but not during printing since the way we use printing is a hackish way using IE 
control

Original comment by tsumalis96@gmail.com on 21 Feb 2012 at 8:30

GoogleCodeExporter commented 8 years ago
You can get the values of the headers you want using the HeadersAvailable event 
but not during printing since the way we use printing is a hackish way using IE 
control

Original comment by tsumalis96@gmail.com on 21 Feb 2012 at 8:30

GoogleCodeExporter commented 8 years ago
The only information I am finding on this for IE webbrowser control involves 
tweaking Page Setup in IE or a registry hack (which probably does the same).  

Original comment by njspence...@gmail.com on 2 Mar 2012 at 1:35