Does Aspose Slide Have ability to set a Picture as Shape Background?

Hello,

I would like to know if Aspose.Slides can add a picture as the background of a shape.

In VBA, this would be accomplished like this:

shape.Fill.UserPicture("myPicture.wmf")

Through the interface (PPT 2003), you would select the shape, perform Format --> Autoshape; then go to the Fills dropdown menu, choose "Fill Effects", "Picture" tab, and select the image.

I asked about this feature a couple years ago and was told it was not available. I would like to know if it has been added.

Thank you,

Greg

Hello Greg,

It was always possible to fill shapes with an image using Aspose.Slide. You can find example in our Programmer’s Guide or use direct link to the article.

Thanks so much for the quick response. I will check it out!

-- Greg