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

...

Description

Excerpt

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

Signature
C#
C#

<p> public delegate System.IO.Stream GetImageDelegate(System.String URI);
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Delegate Function GetImageDelegate(ByVal URI As String) As System.IO.Stream
{signature}
Stream</p>