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

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