Browse our Products

Aspose.Diagram for .NET 20.10 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51891Visio to JPG - API is taking long time for conversionEnhancement
DIAGRAMNET-51902Visio files with versions below 11 are not supported exception when opening VSSEnhancement
DIAGRAMNET-51906Export VSDX to PDF: problems with line width, image and dimensioningEnhancement
DIAGRAMNET-51929VSD to SVG conversion: Matrix transformations in the output SVG fileEnhancement
DIAGRAMNET-51931Visio to PDF - API is consuming large amount of memory and taking long timeEnhancement
DIAGRAMNET-51936[Cont.] Visio to PDF - API is consuming large amount of memory and taking long timeEnhancement
DIAGRAMNET-518812 labels position are not correctBug
DIAGRAMNET-51907A generic error occurred in GDI+ exception occurs when rendering VSDX fileBug
DIAGRAMNET-51926-Aspose.Diagram 20.9: NullReferenceException when converting VDX to PNGBug
DIAGRAMNET-51928VSD to SVG conversion: Some text and arrows at the end of the lines are missingBug
DIAGRAMNET-51932Shape styles lost after vsd –> vsdx conversionBug
DIAGRAMNET-51933Gradient stops format nonconforming to svg standardBug
DIAGRAMNET-51934‘Object reference not set to an instance of an object.’ when saving VSS shapes for specific fileBug
DIAGRAMNET-519402 labels position are not correctBug

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 IsExportScaleInMatrix in SVGSaveOptions - Defines whether need export scale in matrix or not.
Aspose.Diagram.Saving.SVGSaveOptions o = new Aspose.Diagram.Saving.SVGSaveOptions();
o.IsExportScaleInMatrix = false;


 
 English