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

 public InlineImage InsertImage(System.IO.Stream stream)
Public Function InsertImage(ByVal stream As System.IO.Stream) As InlineImage

A Stream object that the image can be read from.

An InlineImage object representing the inserted image.

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