Rotate Images

Is it possible to rotate images – I have 3 documents that use the same image, however, one is rotated 90 degrees, the others are not. Is it possible to rotate the image through the code (insertImage)?

Hi,

Thank you for considering Aspose.

This feature is not possible now, but I guess we will implement it in the future. For the time being you could probably rotate the images before inserting, using System.Drawing.Graphics transformations.