Browse our Products

Aspose.Diagram for Python via .NET 23.5 Release Notes

KeySummaryCategory
DIAGRAMNET-53126Content alignment, spacing and compression issues in diagramEnhancement
DIAGRAMNET-53133Visio background items are transparent when converted to PDFBug
DIAGRAMNET-53134Shape data lost when ungrouping shapeBug
DIAGRAMNET-53135Cannot find the value of attachmentData.ObjectDataBug
DIAGRAMNET-53141Throw Exception while creating an object of vsd fileBug

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

  • Converts a selection or an object from another application (a linked or embedded object) to a group.
shape.ConvertToGroup();