Browse our Products

Aspose.Diagram for .NET 23.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53186Connection is lost when host shape with custom CP is ungroupedEnhancement
DIAGRAMNET-53197Regression: VSDX to PDF: Arabic characters not converted correctlyEnhancement
DIAGRAMNET-53198Support getting inherit groupEnhancement
DIAGRAMNET-53201Refactoring the logic for handling Arabic textEnhancement
DIAGRAMNET-53196Fix Nuget packages issuesBug

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

  • Contains the group for the shape inherit by the master shape.
Console.WriteLine(shape.InheritGroup.SelectMode.Value);