WebScraper.ParseWebscraperDownloadImage Method

IronWebScraper

WebScraperParseWebscraperDownloadImage Method

Internal method to parse images downloaded by a webScraper.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public virtual void ParseWebscraperDownloadImage(
	Response response
)
Public Overridable Sub ParseWebscraperDownloadImage ( 
	response As Response
)

Parameters

response
Type: IronWebScraperResponse
A Response object
See Also