Aspose.Diagram for .NET 22.4 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-52015Continuation ticket of #DIAGRAMNET-51995 - Issues with Aspose.Diagram files and Skyline DatamineEnhancement
DIAGRAMNET-52707Changes to Shapesheet Formula/Value do not Trigger Changes in Dependent CellsEnhancement
DIAGRAMNET-50345VSDX to PDF conversion, incorrect background color of the shapesBug
DIAGRAMNET-50954Formatting problems in rendering a table and radio button on converting a VSDX to PNGBug
DIAGRAMNET-52708Text position converting to svgBug
DIAGRAMNET-52739Culture-sensitive points formatBug
DIAGRAMNET-52759Text present in table getting removed while converting .vsdx file to pdfBug
DIAGRAMNET-52762VSDX to PDF - Image not convertedBug
DIAGRAMNET-52779Ellipses do not scale while converting Visio to SVGBug

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 GetPureText in Shape

  • Get the text string of a shape.
String text = shape.GetPureText();