[Mono-winforms-list] WebBrowser + Printing
Andreia Gaita
shana.ufie at gmail.com
Mon Dec 8 07:29:11 EST 2008
Hi there!
On Sat, Nov 29, 2008 at 10:58 AM, Rocky1 <rocky1 at netcourrier.com> wrote:
> The WebBrowser has a "Print" method but this is not implemented in Mono. Is
> there any trick to print the content of a WebBrowser? Maybe reading the
> content of the HTML Document in Mono and parsing it (but this is a bit
> hard).
Sorry, I completely forgot to fill in that method. :P While I fix
that, you can use
Document.InvokeScript ("print") to print it.
andreia gaita
More information about the Mono-winforms-list
mailing list