Aspose.Diagram for .NET 16.11.0 Release Notes

Other Improvements and Changes

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