ہاں آپ اسے استعمال کرسکتے ہیں 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);