views:

8

answers:

0

I have a canvas (HTML5) on my website and I would like to get the content of this canvas and convert it into a file stream in my C# code behind and save this file stream as an image.

Is this possible in C# or is there a workaround?

Thanks