Click or drag to resize

HtmlToRtfBeforeImageDownloadEventHandler Delegate

Delegate to call method before downloading http images.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public delegate void BeforeImageDownloadEventHandler(
	HttpWebRequest aRequest
)

Parameters

aRequest  HttpWebRequest
HttpWebRequest
Remarks
Allows to adjust the webrequest object.
See Also