Browse our Products

Aspose.Diagram for .NET 23.7 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53169Shape rotation setting is not saved when setting shape to a stencilEnhancement
DIAGRAMNET-53160Shape connection’s name lost when ungrouping shapeBug
DIAGRAMNET-53161App:Loading vsd throws exceptionBug
DIAGRAMNET-53162Throw Exception while creating an object of vsd fileBug
DIAGRAMNET-53165It breaks with System.NullReferenceException when RefreshDataBug
DIAGRAMNET-53166OLE Object IssueBug
DIAGRAMNET-53167App:Saving vsdx to csv throw exceptionBug
DIAGRAMNET-53170Change BackPage, nothing is changed and is still set to the default.Bug

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 FontConfigs in LoadOptions

  • Gets and sets individual font configs.
Aspose.Diagram.LoadOptions o = new Aspose.Diagram.LoadOptions();
o.LoadFormat = LoadFileFormat.VSDX;
o.FontConfigs = new Aspose.Diagram.IndividualFontConfigs();

o.FontConfigs.SetFontFolder(@"D:\Fonts\", true);