Description
Inserts and returns an InlineImage at the end of this Element. The image that will be inserted is specified by the fileName parameter.
C#
vb.net
Parameters
fileName
AString
containing the filename of the image 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