Public API Changes in Aspose.Diagram 5.2.0

Specify Fonts Locations

The new FontDirs property is added in the Diagram class. It allows developers to specify locations of their own or third party fonts folders. Users can see example topic about this feature: [How to Specify TrueType Fonts Location]

Change the Connector Type Shape Appearance

Developers can now manage connector type shape’s appearance programmatically. Please find details of this feature in the following help topic: [Set Appearance of the Connector Type Shape in Visio]

Refresh Milestones on the Timeline Shape

The new RefreshTimeLine method in TimeLineHelper class has been added. Following help topic shows, how developers can refresh milestones on the timeline shape: [Refresh Milestones on the Timeline in Visio]

Setting Printer and Document Name

We have added another print method to Diagram class which sends print jobs to the printer. It takes printer and document name as parameters.