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

Description

Inserts and returns an InlineImage at the end of this Element. The image that will be inserted is specified by the stream parameter.

C#
vb.net

Parameters

stream
A Stream containing the image to insert.

Returns

An InlineImage object that represents the image that was inserted.

Exceptions

System.Exception
If the image file is not a valid format. See InlineImage.Format for a list of supported formats.

Examples

C#
vb.net
  • No labels