ASP.NET - Take a screen capture of a particular area of the screen?
        Posted  
        
            by hamlin11
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hamlin11
        
        
        
        Published on 2010-03-17T07:10:39Z
        Indexed on 
            2010/03/17
            7:11 UTC
        
        
        Read the original article
        Hit count: 259
        
Is it possible to take a screen capture of a particular area of a web-page from the web-page's own ASP.NET code?
I need to display 6 images that are stacked on top of one another using CSS, and I'd like to offer the user the ability to right-click save-as if possible by stacking the screen capture on top top of the original image stack.
Any thoughts?
Thanks
© Stack Overflow or respective owner