Hi,
Hi Tuan,
I have worked over the requirements shared by you and like to share that it seems to be issue in Aspose.Slides while setting the background color for SmartArt shape. I have created an issue with ID SLIDESNET-33195 to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved. You have to use the following code snippet for setting the SmartArt background color when issue will be resolved.
DiagramEx sArt = (DiagramEx)pres.Slides[0].Shapes[0];
sArt.FillFormat.FillType = FillTypeEx.Solid;
sArt.FillFormat.SolidFillColor.Color = Color.Red;
We are sorry for your inconvenience,
Hi Mudassir,
Hi Tuan,
The issues you have found earlier (filed as SLIDESNET-33195) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as SLIDESNET-33196) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.