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

Inserts and returns an InlineImage at the point represented by this Position. The image that is inserted is specified by a

Msdn
System.IO.Stream
System.IO.Stream
1Stream
object.

Signature
C#
C#
 public InlineImage InsertImage(System.IO.Stream stream)
Signature
vb.net
vb.net
Public Function InsertImage(ByVal stream As System.IO.Stream) As InlineImage
Parameters
Param
stream
stream

A Stream object that the image can be read from.

Returns

An InlineImage object representing the inserted image.

Exceptions
Exception
System.Exception
System.Exception

If the stream does not contain a supported image format see InlineImage.ImageFormat for a list of supported formats.