is their any way to render the canvas or rectangle in wpf in asp.net mvc as an image.
I need to render the wpf control in mvc as an image.
I have tried and only blank image is rendering..
is their any way to render the canvas or rectangle in wpf in asp.net mvc as an image.
I need to render the wpf control in mvc as an image.
I have tried and only blank image is rendering..
Hi Santose,
I don't know direct answer to your question. But you may consider using Silverlight, instead of WPF...
http://www.codeproject.com/KB/WPF/WPF-Image-to-WebPage.aspx
Here is the article explains to convert the WPF object to an image in ASPX.