Browse our Products

Aspose.Diagram for .NET 21.2 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51986Add centerDrawing method present in interop visio pageEnhancement
DIAGRAMNET-51987Implement a method to get ActivePageEnhancement
DIAGRAMNET-51978Convert VSD to VSDX - unable to open the output in MS VisioBug
DIAGRAMNET-51980“A generic error occurred in GDI+.” exception when rendering to HTML VSDX fileBug
DIAGRAMNET-51981Convert VSDX to PDF - Shapes are black in the output pdfBug
DIAGRAMNET-51985VSDX to VSDX/VDX conversion: Shape colors change to gradient after savingBug
DIAGRAMNET-51989Visio to HTML - Strange border in the outputBug

 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 ActivePage in Diagram

  • Specifies the active page
Page page = diagram.ActivePage;

Adds CenterDrawing in Shape

  • Center the shape with respect to the extent of the page
shape.CenterDrawing()

Adds DrawLine in Page

  • The process of drawing a single line.
 diagram.Pages[0].DrawLine(0,0,1,1);


 
 English