ਹਾਂ ਤੁਸੀਂ ਇਸ ਦੀ ਵਰਤੋਂ ਕਰ ਸਕਦੇ ਹੋ SaveTo ਵਿੱਚ methodੰਗ 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);