Hi,
I tried this and it doesn't work. It seems to set the background color to a gray and photoshop etc also don't show it as transparent (it shows up as the same gray).
Regards,
Per
Hi Per,
Reported issue: Transparent background color is not exporting properly
We are able to reproduce the issue. We are validating the issue and will update you with more details on July 19, 2022.
Regards,
Deepa Thiruppathy
Hi Per,
We request you to update the BackColor property of diagram control to export diagram with Transparent background in addition to updating model’s BackgroundStyle property. Please find the code example below:
this.diagram1.BackColor = Color.Transparent; this.diagram1.Model.BackgroundStyle.Color = Color.Transparent; |
Sample: https://www.syncfusion.com/downloads/support/forum/36438/ze/ExportDiagram938750747
Regards,
Prakash