How to copy image of a chart from Silverlight application to clipboard
- by zidane
I have Silverlight 3.0 applications with some custom graphic and some charts. I need to find a best way to transfer this graphic to PowerPoint presentation.
I`we read that Silverlight 4.0 offers new Clipboard API, but there is only support for Unicode-text, not images.
Is there a way to achieve this task without forcing user to manually print screen and than paste to other applicatons.