כן אתה יכול להשתמש ב- SaveTo שיטה ב ספריית ASP.NET. לשם כך פשוט עשה משהו כמו:
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);