A
Ahmad Abu-Raddad
Hello guys,
Does anyone know how to pass an HTML stream to
e.Graphics.DrawString(TextBox1.Text, printFont, Brushes.Black, 5, 5, New
StringFormat)
instead of passing plain text.
the HTML I want to print contains a lot of tables and graphics and text, it
is extremely hard to draw all that again using e.Graphics.DrawString and
..DrawImag...etc.
If anyone knows the answer please help.
Ahmad
Does anyone know how to pass an HTML stream to
e.Graphics.DrawString(TextBox1.Text, printFont, Brushes.Black, 5, 5, New
StringFormat)
instead of passing plain text.
the HTML I want to print contains a lot of tables and graphics and text, it
is extremely hard to draw all that again using e.Graphics.DrawString and
..DrawImag...etc.
If anyone knows the answer please help.
Ahmad