I am trying to print content of WebBrowser Control. When I save the content as .xps file , I see no color in the table when I right click the webbrowser control and click print. Does webbrowser control remove color formatting when printing? There has to be some explanation.
WebBrowser1.DocumentText = "<table border='1' > <tr><td bgcolor='blue'>No Color</td></tr> </table>"
I am able to see color in the webbrowser control but it removes color when saving it as xps?