Browse our Products

Aspose.Diagram for .NET 21.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-50164Revise layout of the CompactTree option does not work as expectedEnhancement
DIAGRAMNET-50997Can’t set the layout options of a VDX diagramEnhancement
DIAGRAMNET-52117Add cancellation token support on Diagram methodEnhancement
DIAGRAMNET-52196Loading and saving vsdx lost field textEnhancement
DIAGRAMNET-52197Loading and saving vsdx change value of DisplayModeEnhancement
DIAGRAMNET-52205Double click event missing from shapeEnhancement
DIAGRAMNET-51877“Parameter is not valid” exception when rendering VSD fileBug
DIAGRAMNET-52114“Parameter is not valid.” exception when rendering VSD file to PNG/JPGBug
DIAGRAMNET-52124Saving Visio as html problemBug
DIAGRAMNET-52127Saving Visio with helper lines to HTML issueBug
DIAGRAMNET-52148VSDX to PDF - Strikethrough text is not correct in PDFBug
DIAGRAMNET-52150Unable to extract value of user defined cell formula CONT.Bug
DIAGRAMNET-52229User-defined Cell gets renamedBug
DIAGRAMNET-52231Connector to shape “glue” option is lostBug
DIAGRAMNET-52252Shape outline cut off when saving visio to htmlBug
DIAGRAMNET-52253After saving .vtx file to .vsdx added connector from stencil is brokenBug
DIAGRAMNET-52266Cannot remove User-defined CellsBug

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

  • Returns an array that contains the identifiers of the shapes that are depends on a shape.
long[] shapeids = shape.DependsOnShapes();


 
 English