How to copy image of a chart from Silverlight application to clipboard
        Posted  
        
            by zidane
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zidane
        
        
        
        Published on 2010-05-10T07:56:37Z
        Indexed on 
            2010/05/10
            8:04 UTC
        
        
        Read the original article
        Hit count: 274
        
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.
© Stack Overflow or respective owner