Esempio n. 1
0
        public static Bitmap GenerateScreenshot(string url)
        {
            // Load the webpage into a WebBrowser control
            var wb = new CustomBrowser();

            return(wb.GetWebpage(url));
        }
Esempio n. 2
0
        public static Bitmap GenerateScreenshot(string url)
        {
            // Load the webpage into a WebBrowser control
            var wb = new CustomBrowser();

            return wb.GetWebpage(url);
        }