Browse our Products

Aspose.Diagram for .NET 25.7 Release Notes

Improvements and Changes

KeySummaryCategory
DIAGRAMNET-53780Get information for Pages containing unparsable graphicsEnhancement
DIAGRAMNET-53726The line break position is incorrect.Bug
DIAGRAMNET-53744Lines are incorrectly connectedBug
DIAGRAMNET-53749Failed to convert VSD to PDFBug
DIAGRAMNET-53752The lower left of the figure shows the difference between the letters.Bug
DIAGRAMNET-53759Half-width characters have become full-width characters.Bug
DIAGRAMNET-53777Export Visio to EMF - Arrowheads not rendered correctlyBug
DIAGRAMNET-53778Export Visio to EMF - Dashed lines not rendered correctlyBug
DIAGRAMNET-53779Export Visio Shape to EMF - Resulting EMF is EmptyBug
DIAGRAMNET-53781Text not centered inside of shapesBug
DIAGRAMNET-53782Exception during saving as HTMLBug
DIAGRAMNET-53784Incorrect result after Save as htmlBug

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.

Adds UnsupportedImageType in WarningType

  • Unsupported Image Type.
if (info.WarningType == Aspose.Diagram.WarningType.UnsupportedImageType)
{
    Console.WriteLine("Diagram WARNING INFO: " + info.Description);
}