Browse our Products

Aspose.Diagram for .NET 22.5 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-52802Formula/value not refreshing fieldsEnhancement
DIAGRAMNET-52803VSDX to HTML: Output file not saving in Async method until program completely executesEnhancement
DIAGRAMNET-52793API is not working with a valid license 22.4 versionBug
DIAGRAMNET-52806Shifted indent in PDF from VSDXBug
DIAGRAMNET-52807Text present in table getting removed while converting .vsdx file to pdf [CONT.]Bug
DIAGRAMNET-52808Problem converting VSDX to PDF [CONT.]Bug
DIAGRAMNET-52810Visio shapes saved as images are wrongBug
DIAGRAMNET-52811Shapes are missing after saving Visio to HTMLBug

Public API and Backwards 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 DisplayValue in Field

  • Gets the formatted string value of this field.
String str = shape.Fields[0].DisplayValue;

Adds InheritParas in Shape

  • Contains the paras for the shape inherit by the parent style and the master
ParaCollection paras = shape.InheritParas;
Console.WriteLine(paras[0].HorzAlign.Value);


 
 English