How to Mark a Shape/PictureFrame in a PowerPoint Presentation as Decorative in C#?

How do I mark a Shape or PictureFrame as decorative (as shown in attached)?

image.png (3.5 KB)

@bingxie,
Thank you for posting your requirements.

It looks like Aspose.Slides has no way to control this setting. I’ve added a ticket with ID SLIDESNET-43525 to our issue tracking system. Our development team will consider implementing such a feature. You will be notified when a new release of Aspose.Slides with this setting is published.

1 Like

@Andrey_Potapov

Any update on this issue? This can be done in Aspose.Words. IsDecorative | Aspose.Words for .NET API Reference

Right now, we have to manually modify the XML after Aspose completes its generation.

@bingxie,
As far as I can see, the issue has a normal priority. Unfortunately, there are no updates yet. You can prioritize the issue by contacting Paid Support.

Thanks! I’ll ask our management to purchase Paid Support options.

@bingxie,
Thank you for using Aspose.Slides.

The issues you found earlier (filed as SLIDESNET-43525) have been fixed in Aspose.Slides for .NET 23.12 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.

@bingxie,
With Aspose.Slides for .NET 23.12, you can make a shape decorative like this:

shape.IsDecorative = true;