Aspose.Diagram for .NET 18.8 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51500Problem rendering to imageEnhancement
DIAGRAMNET-51504Add support to create new reviewerEnhancement
DIAGRAMNET-50953The text items are displaced on converting a VSDX to PNGBug
DIAGRAMNET-51122The incorrect position of text items on converting a VSD to PDFBug
DIAGRAMNET-51123The text of the shapes is displaced on converting a VSD to PDFBug
DIAGRAMNET-51408VSD to Image - the characters overlap with lineBug
DIAGRAMNET-51499Diagram.Save method throws OutOfMemoryExceptionBug
DIAGRAMNET-51501Shapes are overlapping in VDX fileBug
DIAGRAMNET-51505Dots missing in generated PDFBug

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 them in the Aspose.Diagram support forum.

Adds Reviewer

             Reviewer viewer = new Reviewer();

            viewer.Name.Value = "test";

            viewer.ReviewerID.Value = 3;