HtmlToRtfBeforeImageDownloadEventHandler Delegate |
Delegate to call method before downloading http images.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.8.20
Syntax public delegate void BeforeImageDownloadEventHandler(
HttpWebRequest aRequest
)
Public Delegate Sub BeforeImageDownloadEventHandler (
aRequest As HttpWebRequest
)
Parameters
- aRequest HttpWebRequest
- HttpWebRequest
Remarks
Allows to adjust the webrequest object.
See Also