Issue with tab properties

“Tabs” section of Visio (see attached file) ‘page1.xml’ file is transformed into a self-closed tag after the file is processed using the libraries.

Code used:

   // Load diagram
   Diagram diagram = new Diagram(dataDir + "Tabs_normal.vsdx");

   // Save diagram
   diagram.Save(dataDir + "Tabs_normal_Target.vsdx", SaveFileFormat.VSDX);

What you will see in target file is that the changes from tag pair into self closed XML element and as such basically removed the feature.
Tabs_normal.zip (14.1 KB)

@rlaskowski.sdl,
We managed to replicate the problem of self-closed tabs section into our environment. It has been logged under the ticket ID DIAGRAMNET-51363 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

@rlaskowski.sdl,
The linked ticket ID DIAGRAMNET-51363 has been resolved. If there is no issue in the quality assurance phase, then this fix will be included in the next version 17.10 of Aspose.Diagram for .NET API. We will notify you once it is published.

@rlaskowski.sdl,

The linked ticket ID DIAGRAMNET-51363 has been fixed. Please download and try the new version 17.10 of Aspose.Diagram for .NET API.