Message-ID: <843366628.9883.1711705823816.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9882_1542144553.1711705823800" ------=_Part_9882_1542144553.1711705823800 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html InlineImage.GetImage(InlineImage.Format)

InlineImage.GetImage(InlineImage.Format)

Des= cription

=20

Returns the image in the given format.

=20
C#
=20
 public System.IO.Stream GetImage(Format imgFormat)
=20
=20
vb.net
=20
Public Function GetImage(ByVal imgFormat As Format) As System.IO.Stream
=20
=20

Parameters=20

format
An= =20 InlineImage.F= ormat of the type you wish to return.=20

Returns

A= =20 System.IO.Stream object t= hat represents the image that was inserted.=20

Exceptions=20

System= .Exception
=20

Examples

= =20
C#
=20
System.IO.Stream image =3D firstImage.GetImage(InlineImage.Bmp);
=20
=20
vb.net
=20
Dim image As System.IO.Stream =3D firstImage.GetImage(InlineImage.Bmp)=20
------=_Part_9882_1542144553.1711705823800--