Returns the image in the given format.

 public System.IO.Stream GetImage(Format imgFormat)
Public Function GetImage(ByVal imgFormat As Format) As System.IO.Stream

An InlineImage.Format of the type you wish to return.

A object that represents the image that was inserted.

System.IO.Stream image = firstImage.GetImage(InlineImage.Bmp);
Dim image As System.IO.Stream = firstImage.GetImage(InlineImage.Bmp)