Aspose.Diagram for .NET 21.11 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51111Gradient fill of the circles is wrong when converting a VDX to EMFEnhancement
DIAGRAMNET-52377Add support of loading vsd with old version 3Enhancement
DIAGRAMNET-51364VSDX to PNG - missing the text of OLE Embedded objectBug
DIAGRAMNET-52329VSDX to HTML - Emojis are not present in the outputBug
DIAGRAMNET-52345Header Footer are lost after saving the Diagram fileBug
DIAGRAMNET-52349Visio to HTML - Left and right edges are cutBug
DIAGRAMNET-52374ArgumentOutOfRangeException while saving to PDFBug
DIAGRAMNET-52386Why some diagram page can be duplicated and some can’t using Page.Copy()?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 PresetTheme in Shape

  • Apply a preset theme to this shape.
shape.PresetTheme = PresetThemeValue.Bubble;

Adds PresetThemeVariant in Shape

  • Apply a preset theme variant to this shape
shape.PresetThemeVariant = PresetThemeVariantValue.Variant1;

Adds PresetThemeQuickStyle in Shape

  • Apply a preset theme variant quickstyle to this shape
 shape.PresetThemeQuickStyle = PresetQuickStyleValue.VariantStyle1;