How to convert response stream to an image?
问题 Please note this link Render HTML as an Image is not helpful. In previously asked question answered said they don't get what I want to do exactly so here's is the full code also. I simply want that instead of a TABLES I rendered an image (of the content) on the page. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.IO; using System.Text; using System.Data; using System.Drawing; public partial class _Default : System.Web.UI