Type for user-defined delegate method called by HTMLToWord when an HTML img tag is encountered.

<p> public delegate System.IO.Stream GetImageDelegate(System.String URI);</p>
<p>Public Delegate Function GetImageDelegate(ByVal URI As String) As System.IO.Stream</p>