Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Slides for .NET 22.1

Download  Support Forum 

File Details

  • Downloads:
  • 16
  • File Size:
  • 83.6 MB
  • Posted By:
  • yuri.knigin
  • Views:
  • 58
  • Date Added:
  • 1/19/2022

File Details

Improved Export & Rasterization of Slides

Previously after export or rasterization the word breaks for text frames were incorrect. This issue has now been resolved.

Improved Presentation Slide Cloning

Previously when slide cloning was done from one presentation to another, it was observed that custom table style was being lost. This issue has now been resolved.

Improved Time Unit for Chart Data

A new member None has been introduced within he TimeUnitType enumeration. It enables the chart data values to be displayed as is, without setting any unit for the appropriate unit scale.

using (Presentation pres = new Presentation())
{
    IChart chart = pres.Slides[0].Shapes.AddChart(ChartType.Area, 10, 10, 400, 300, true);
    chart.Axes.HorizontalAxis.MajorUnitScale = TimeUnitType.None;
    pres.Save("chart.pptx", SaveFormat.Pptx);
}

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Slides for .NET 22.1 Release Notes.

 English