I'm doing complex html operations on images (drag & drop) and when I'm done, I need to take the screenshot of the page and get the taken image save it on server (virtual dir).
So what I need is
Image img = CaptureURL("www.a.com/b.aspx");
Does anyone know of a library that could help me do this?
Thank you