Aspose.Diagram for .NET 22.6 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-52826Broken link when saving VSDM to PDFEnhancement
DIAGRAMNET-52851Some shapes loose their curve after conversion to svgEnhancement
DIAGRAMNET-52858Image quality in HTMLEnhancement
DIAGRAMNET-52825Export to HTML problemBug
DIAGRAMNET-52832Visio to PDF/SVG - Rotated text position changedBug
DIAGRAMNET-52840Elements in HTML preview blurredBug
DIAGRAMNET-52842Auto fit page does not auto fitBug
DIAGRAMNET-52849Raster images not scaled down after conversionBug
DIAGRAMNET-52852VSD Open Error - Aspose.Diagram.DiagramExceptionBug

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 Resolution in HTMLSaveOptions

  • Gets or sets the resolution for the generated html, in dots per inch.
HTMLSaveOptions option = new HTMLSaveOptions();
option.Resolution = 96;