WebScraper.DownloadImage Method
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
WebScraperDownloadImage Method |
| Name | Description | |
|---|---|---|
| DownloadImage(String, String, Int32, Int32, Boolean, HttpIdentity) |
Requests a file to be downloaded from the given Url to the local file-system. Often used for scraping documents, assets and images.
Normally called with an Parse Method of IronWebScraper.WebScraper | |
| DownloadImage(Uri, String, Int32, Int32, Boolean, HttpIdentity) |
Requests a file to be downloaded from the given Url to the local file-system. Often used for scraping documents, assets and images.
Normally called with an Parse Method of IronWebScraper.WebScraper |