Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Type for user\-defined delegate method called by HTMLToWord when an HTML {{img}} tag is encountered.{excerpt}
{signature:C#}
 public delegate System.IO.Stream GetImageDelegate(System.String URI);
{signature}{signature:vb.net}
Public Delegate Function GetImageDelegate(ByVal URI As String) As System.IO.Stream
{signature}