J
johnb41
I'm using .NET 2.0.
My form is displaying the webbrowser control, which is displaying some
HTML text. When printing with webbrowser.print(), my printout includes
the header and footer.
How can I remove the header and footer from the print out? Can this be
done?
If i can suppress the header and footer, i think this might be a really
easy way to print out richly formatted text and graphics... without the
richtext control, and without all the code for manually handling
wrapping, etc. Just format all the text and graphics with HTML/CSS and
then do webbrowser.print().
Thanks,
John
My form is displaying the webbrowser control, which is displaying some
HTML text. When printing with webbrowser.print(), my printout includes
the header and footer.
How can I remove the header and footer from the print out? Can this be
done?
If i can suppress the header and footer, i think this might be a really
easy way to print out richly formatted text and graphics... without the
richtext control, and without all the code for manually handling
wrapping, etc. Just format all the text and graphics with HTML/CSS and
then do webbrowser.print().
Thanks,
John