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.
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*
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.