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