Returns an InlineImage.Format object that represents the format that the image is stored as in Word. (Jpg, Png, Bmp, Gif)

public Format ImageFormat{ get; }
Public ReadOnly Property ImageFormat() As Format
 
          InlineImage.Format oImageFormat = oInlineImage.ImageFormat;
        
          Dim oImageFormat As InlineImage.Format = oInlineImage.ImageFormat