Ja, du kannst das benutzen SaveTo Methode in der ASP.NET-Bibliothek. Um dies zu tun, machen Sie einfach etwas wie:
string filepath = 'images/result.jpg';
GrabzItClient grabzIt = new GrabzItClient("Sign in to view your Application Key", "Sign in to view your Application Secret");
grabzIt.URLToImage('http://www.spacex.com');
grabzIt.SaveTo(filepath);