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 24.5(DLLs only)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 178.05MB
  • Date Added:
  • 8/5/2024

Description

It contains Aspose.Slides for .NET 24.5(DLLs-only) release.

File Details

Aspose.Slides for .NET 24.5 DLLs-only package helps .NET developers elevate presentation creation, manipulation, and conversion capabilities. Effortlessly use new features for enhanced control over table transparency and chart data label formatting in your C# PowerPoint solutions.

Better Table Formatting

Version 24.5 of the C# PowerPoint API allows controlling the transparency of fill colors in tables using the new Transparency property in ICellFormat and ITableFormat. The following code example highlights how to use the new property in C#:


using (Presentation presentation = new Presentation("pres.pptx"))
{
    ITable table = (ITable)presentation.Slides[0].Shapes[0];
    table.TableFormat.Transparency = 0.5f;
}

Source*

Enhanced Chart Formatting

Seamlessly maintain chart formatting while saving the presentations within your .NET apps using this release of Aspose.Slides for .NET.

High Quality Conversions

.NET developers can better handle charts, images, and text elements during conversions using the latest update to the C# API.

Apply Default Font Size

Aspose.Slides for .NET version 24.5 lets users set the default font size for text boxes across the presentation slides.

Resolved Issues

Various problems related to PPTX/ODP conversions, memory usage, and image rendering have been resolved in this version.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.Slides for .NET 24.5 Release Notes.

 English