نعم يمكنك استخدام 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);