With image file exports (DocumentExporter.ExportPages) you can select a number of different file formats:
DocumentPageFormat.Tiff
DocumentPageFormat.Png
DocumentPageFormat.Gif
DocumentPageFormat.Jpeg
DocumentPageFormat.Bmp
DocumentPageFormat.TiffJpeg
However, by default all of these formats are saved as tifs when they are brought into Laserfiche. In addition, the mime type is not stored for image files, only for Edocs. For situations where is important to retain the original file formats, an experiment showed that this is just a matter of removing the extension from Tools, Options, New Documents, File Conversion.
In that case .bmps etc are treated like Edocs, and have a mime type and extension in the DocumentInfo object.
So, what is the purpose of different export formats for images, when you can't tell the image type/mime type of the image before hand?