Browse our Products

Aspose.Diagram for .NET 21.6 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-52007Performance during the initialization of a diagram objectEnhancement
DIAGRAMNET-52008Performance during the initialization of a diagram objectEnhancement
DIAGRAMNET-52027Quality of shapes is not good in exported SVG fileEnhancement
DIAGRAMNET-52033Saving shapes to HTML problemBug
DIAGRAMNET-52035“Unexcepted eof.” exception when open VSDX fileBug
DIAGRAMNET-52041Failed to save some shapes from VSS fileBug
DIAGRAMNET-52042“Parameter is not valid.” exception when rendering VSD file to HTMLBug
DIAGRAMNET-52043“Object reference not set to an instance of an object.” exception when saving shape from VSSX 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.

Added EmfRenderSetting in SVGSaveOptions

  • Setting for rendering Emf metafile
SVGSaveOptions o = new SVGSaveOptions();
o.EmfRenderSetting = Aspose.Diagram.EmfRenderSetting.EmfPlusPrefer;

Adds InheritTextBlock in Shape

  • Contains the textblock values for the shape inherit by the parent style and the master shape.
shape.InheritTextBlock


 
 English