Description
Inserts and returns an InlineImage at the beginning 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. to insert.Returns
AnInlineImage
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