Aspose.Diagram for .NET 22.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-52988A graphic is displayed in poor quality when it is exported to SVG formatEnhancement
DIAGRAMNET-53002Lost of link when exporting to html with Aspose.DiagramEnhancement
DIAGRAMNET-52983Error in Diagram.SaveBug
DIAGRAMNET-52984Change values in VentureLicenser classBug
DIAGRAMNET-52993Conversation from vsdx to svg failsBug
DIAGRAMNET-52995App:Loading vsd throws exceptionBug

Public API and Backwards 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 GetDisplayText in Shape

  • Get the text displayed on the interface
String text = shape.GetDisplayText();

Adds InheritGeoms in Shape

  • Contains the Geoms values for the shape inherit by the master shape.
int count = shape.InheritGeoms.Count;