What image formats does DocumentBuilder.InsertImage() support?

Hi,
I’ve noticed that DocumentBuilder.InsertImage() can also work with image formats that aren’t in the ImageType Enum, such as gif, tif and rle. I need to be able to insert a whole bunch of image formats other than those in the ImageType Enum to a document, are there any other supported formats like these?
Thanks,
Itai.

Hi

Thanks for your inquiry. There is InsertImage method overload, which accepts Image object as a parameter.
https://reference.aspose.com/words/net/aspose.words/documentbuilder/insertimage/
So you can insert any image from which you can create image object.
Best regards.