Error in Diagram.Save

Process 1303.zip (30.1 KB)
With the attached VSDX and the following code
var options = new ImageSaveOptions(SaveFileFormat.Jpeg)
{
PageCount = 1,
PageIndex = 0
};

  diagram.Save(fileName, options);

I get an ArgumentException with the message “Parameter is not valid”. The file was originally created using Aspose. Any idea what the issue is and if I can workaround it?

@Doogal
We have logged an investigation ticket as DIAGRAMNET-52983 in our issue tracking system. We will further look into it and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

Thanks.

The issues you have found earlier (filed as DIAGRAMNET-52983) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou

Yep, that fixed it, thanks!