Windows Develop Bookmark and Share   
 index > Windows Forms General > HTML to image
 

HTML to image

Is there a way to convert html text into a image in C# that has bolded, italic, etc text in it?
I want to put this image into a picture box.


Thanks
Cornel Gav  Friday, August 15, 2008 9:34 PM
The C# language does not come with an HTML rendering engine. You can put html in a webbrowser control, display it and do a screen capture.
Sheng Jiang 蒋晟  Friday, August 15, 2008 11:07 PM
The C# language does not come with an HTML rendering engine. You can put html in a webbrowser control, display it and do a screen capture.
Sheng Jiang 蒋晟  Friday, August 15, 2008 11:07 PM

You can use google to search for other answers

Custom Search

More Threads

• Cannot get ListBox.Items.Insert to work in C# Express
• Databind in Combox
• Multi-function ListBox
• Menu Bar adding to VB.net
• How to avoid the blinking of a TreeView or ListView that takes place on having modified his size?
• Custom controls Docs
• System.Windows.Forms.WebBrowser Text Size increase/decrease and Zoom functionality
• Cool GUI
• How to work with crystalreports in dotnet2.0?
• Creation of shortcut in Setup - Help needed