Aspose.Diagram for .NET 20.2 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51747File Changes after Visio vsd->vsdx conversionEnhancement
DIAGRAMNET-51750Adding flag “HasHiddenInfo”Enhancement
DIAGRAMNET-51748Add PNG to Diagram - transparency is lostBug
DIAGRAMNET-51749Error occurs while saving the Visio DocumentBug
DIAGRAMNET-51751VSDX to PNG - Extra image is shownBug
DIAGRAMNET-51752VSDX to PNG - Extra space is shownBug
DIAGRAMNET-51753VSDX to PNG - Icons position is changingBug
DIAGRAMNET-51754VSDX to PNG - Question mark icon position is changedBug
DIAGRAMNET-51762PDF generated is different comparing to the input Visio diagramBug
DIAGRAMNET-51763VSDX to PNG - Information is missing 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 EnlargePage in ImageSaveOptions

  • Specifies whether to enlarge page
 Aspose.Diagram.Saving.ImageSaveOptions opt = new Aspose.Diagram.Saving.ImageSaveOptions(Aspose.Diagram.SaveFileFormat.PNG);

opt.EnlargePage = false;

Added HasHiddenInfo in Diagram

  • Indicates whether this diagram has hidden information.
 diagram.HasHiddenInfo();