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 5 Next »

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