Browse our Products

Aspose.Diagram for Java 20.2 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMJAVA-50361The shape foreground color is not being preserved on converting a VST to PNGEnhancement
DIAGRAMJAVA-50504VSD to PDF - the color of lines is changedEnhancement

 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 Java. 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
 com.aspose.diagram.ImageSaveOptions o = new com.aspose.diagram.ImageSaveOptions(SaveFileFormat.PNG);

opt.setEnlargePage(false);

Added hasHiddenInfo in Diagram

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


 
 English