Aspose.Diagram for .NET 16.11.0 Release Notes

Other Improvements and Changes

KeySummaryCategory
DIAGRAMNET-50221Add support to insert text labels.New Feature
DIAGRAMNET-51000Performance issue with exporting a VSD to PDF.Enhancement
DIAGRAMNET-51095Can’t add shape menu item (action).Enhancement
DIAGRAMNET-50344VSDX to PDF conversion, incorrect sequence of line breaks in the text items.Bug
DIAGRAMNET-50347VSDX to PDF export, incorrect font of bold text items.Bug
DIAGRAMNET-50713VSD to PDF export - the bounding box color of the form icons is changed.Bug
DIAGRAMNET-50870Background color of the shape is changed on converting a VSD to PDF.Bug
DIAGRAMNET-50872Background Color of the shapes is changed on converting a VSD to PDF.Bug
DIAGRAMNET-50877The background color of shapes is changed on saving VSD to PDF.Bug
DIAGRAMNET-50918VSDX to PDF export - Solid lines of shapes are converted to dashed lines.Bug
DIAGRAMNET-50971Incorrect text alignment of the shape on converting a VSDX to PNG.Bug
DIAGRAMNET-51053The menu icons are not properly visible on converting Visio pages to SVGs.Bug
DIAGRAMNET-51059Shapes become invisible on grouping and saving in VSDM.Bug
DIAGRAMNET-51062Missing shapes on converting a VST to PDF.Bug
DIAGRAMNET-51089The background color of the page is not being preserved on converting a VSD to SVG.Bug
DIAGRAMNET-51090Open and Save VSDX - the cross signs appear in place various shapes.Bug
DIAGRAMNET-51091Open and save VSDX - the text of the shape turns into dummy characters.Bug
DIAGRAMNET-51096The text items are not aligned on saving a Visio in PDF.Bug
DIAGRAMNET-51097The width of connector lines is changed on saving a Visio in PDF.Bug

Public API and Backwards Incompatible Changes

See the list for 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 AddText Method in the Page class

It allows to add text with PinX and PinY values.

Adds ActiveXControl Property in the Shape class

It allows to get an ActiveX control from a Shape object and set its properties.

Usage Examples

Please check the list of help topics added in the Aspose.Diagram Wiki docs:

  1. Insert a Text Shape in the Visio Page
  2. Retrieve an ActiveX Control from a Shape to Modify Properties