Description |
---|
Excerpt |
---|
Inserts and returns an InlineImage at the end of this Element. The image that will be inserted is specified by the fileName parameter. |
Signature | ||||
---|---|---|---|---|
| ||||
public virtual InlineImage InsertImageAfter(System.String fileName) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Overridable Function InsertImageAfter(ByVal fileName As String) As InlineImage |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A |
Returns |
---|
An |
Exceptions |
---|
Exception | ||||
---|---|---|---|---|
| ||||
If the image file is not a valid format. See InlineImage.Format for a list of supported formats. |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|