Browse our Products

Aspose.Diagram for .NET 25.3 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51430Support saving to VSD, VSS, VSTEnhancement
DIAGRAMNET-53673Support net 9.0Enhancement
DIAGRAMNET-53683Nuget dependency security vulnerability System.Drawing.Common.4.7.0.nupkg (CVE-2021-24112)Enhancement
DIAGRAMNET-53693Miss the possibility to set actionsEnhancement
DIAGRAMNET-53691Changes to formula in Controls do not change the shape in VisioBug
DIAGRAMNET-53678Wrong formatting of visio fileBug
DIAGRAMNET-53682In the shared Visio file, the shapes get overlappedBug
DIAGRAMNET-53684Visio to HTML Conversion Cuts Off Diagram PartsBug
DIAGRAMNET-53685Connectors not importing correctlyBug
DIAGRAMNET-53686Missing most of the shapes after importing a fileBug
DIAGRAMNET-53687shapes are drawn incorrectlyBug
DIAGRAMNET-53688Texts below shapes are not shown in the ‘grouped’ shapeBug
DIAGRAMNET-53689Text layouting issue when saving pdfBug
DIAGRAMNET-53690Pdf conversion issue when setting SaveForegroundPagesOnlyBug

Public API and Backward Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Diagram for .NET. If you have concerns about any change listed, please raise it on the Aspose.Diagram support forum.

Adds Vss in SaveFileFormat

  • MS Visio Vss binary format.
diagram.Save("out.vss", SaveFileFormat.Vss);

Adds Vst in SaveFileFormat

  • MS Visio Vst binary format.
diagram.Save("out.vst", SaveFileFormat.Vst);

Adds InheritActs in Shape

  • Contains the actions for the shape inherit by the master shape.
shape.InheritActs