Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

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

C#
vb.net

Parameters

stream
A Stream object that the image can be read from.

Returns

An InlineImage object representing the inserted image.

Exceptions

System.Exception
If the stream does not contain a supported image format see InlineImage.ImageFormat for a list of supported formats.
  • No labels