Support for Image Autofit option in Aspose.Slides (C# .NET)

Hi,

We are using presently below mentioned dll’s in .NET.

using Aspose.Slides;
using Aspose.Slides.Export;

Issue:

In Image the Autofit options are available in Aspose.Slides or NOT ? .

Presently the texts and images are not aligned properly in the slides. Both texts and image are override.

Please find the sample screenshot FYR.

Kindly help on this issue.

ss.png (100.4 KB)

Thanks Advance,
R.Ranjith.

@Ranjithsoft1987,

I have observed the requirement image shared by you. The image is not of PowerPoint too. In your requirement the text and image are two separate shapes on a slide.You have to devise your own logic in this regard to verify that if one shape is intersecting other one by using shape position and bounds. The said support is not even available in PowerPoint as well.