Browse our Products

Aspose.Diagram for .NET 19.9 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-51683Visio to HTML - Link in generated HTML does not work correctlyEnhancement
DIAGRAMNET-51684While removing unused master shapes and styles only the image has a problemEnhancement
DIAGRAMNET-51711Unable to add macros after conversionEnhancement
DIAGRAMNET-50383Reduce the size of Visio diagramBug
DIAGRAMNET-51682Get font style from the DiagramBug
DIAGRAMNET-51685Visio to SVG - an exception occursBug
DIAGRAMNET-51686Visio to PNG - Output file has unwanted image and shapesBug
DIAGRAMNET-51687Visio to PDF - background color of text is absent in output PDFBug
DIAGRAMNET-51688Visio to PDF - Color of Shape Frames is different in outputBug
DIAGRAMNET-51689Visio to JPG - output image is not in correct formatBug
DIAGRAMNET-51691Visio to PDF - Some shapes are not correctBug
DIAGRAMNET-51692Visio to PDF - Some shapes are not correctBug
DIAGRAMNET-51693Visio to PDF - Some shapes are not correctBug
DIAGRAMNET-51694Visio to PDF - Some shapes are not correctBug
DIAGRAMNET-51697Visio to PDF - Some shapes are not correctBug
DIAGRAMNET-51700Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51702Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51706Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51707Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51708Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51709Visio to PDF - Some shapes/lines are not correctBug
DIAGRAMNET-51710Visio to PDF - Some shapes/lines are not correctBug

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.

ChangePurposeSample
Addition of IsBold to Aspose.Shape.CharIndicating whether the font is bold.

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsBold

Addition of IsItalic to Aspose.Shape.CharIndicating whether the font is italic.

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsItalic

Addition of IsUnderline to Aspose.Shape.CharIndicating whether the font is Underline.

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsUnderline

Addition of IsDoubleUnderline to Aspose.Shape.CharIndicating whether the font is Double Underlined

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsDoubleUnderline

Addition of IsStrikethrough to Aspose.Shape.CharIndicating whether the font is strikethrough.

Aspose.Diagram.Char ch = shape.Chars[0]

ch.IsStrikethrough 

Addition of IsDoubleStrikethrough to Aspose.Shape.CharIndicating whether the font is Double Strikethrough

Aspose.Diagram.Char ch = shape.Chars[0];

ch.IsDoubleStrikethrough


 
 English