Taking web page screen shot in Windows 8 Metro app
        Posted  
        
            by 
                Megan
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Megan
        
        
        
        Published on 2012-06-03T09:50:33Z
        Indexed on 
            2012/06/04
            4:40 UTC
        
        
        Read the original article
        Hit count: 294
        
I'm trying to take screen shot of web page in Windows 8 Metro app. So far the only helpful control is the WebView. Unfortunately it does not contain any method like DrawToBitmap (known from Forms WebBrowser control). Am I missing something?
Different approach would focus on injecting some JS (e.g. html2canvas) to page rendered in WebView but I don't think it is possible due to security reasons. I would greatly appreciate any help.
© Stack Overflow or respective owner