Blank lines being output when new instance of Aspose.Diagram is created

I’m getting 3 blank lines output to the screen when I create a new Aspose.Diagram (v3.5.0) object. Is this a bug or is there a way I can suppress these lines?


code:
Console.WriteLine("Opening Visio drawings: " + VisioFile);

Console.WriteLine(“Before”);
Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(VisioFile);
Console.WriteLine(“After”);

for (int p = 0; p < diagram.Pages.Count; p++)
{
if (diagram.Pages[p].Background != Aspose.Diagram.BOOL.True)
{
Console.WriteLine("Copying Visio drawing: " + diagram.Pages[p].Name);

screen:
Opening Visio drawings: D:\Denver Drawings.vsd
Before



After
Copying Visio drawing: Rack Elevations
Hi Jason,

Thank you for contacting support. I managed to replicate these blank lines using my own sample document. I have logged this problem under ticket id DIAGRAM-33439 in our issue tracking system. Furthermore, I will encourage you to share your sample diagrams in this forum thread. It will make sure that its fix is also fruitful to you. Your request has also been linked to this forum thread and you will be notified as soon as it is fixed. We're sorry for your inconvenience.

Hi Jason,


We have a good news for you is DIAGRAM-33439 has now been resolved and its fix will be included in the next version of Aspose.Diagram for .NET 3.6.0. Its release date is not final yet. We will inform you via this forum thread as soon as the new release is published.

The issues you have found earlier (filed as DIAGRAM-33439) 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 ) have been fixed in this Aspose.Words for JasperReports 18.3 update.