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 C++ 24.5 Windows

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 368.07MB
  • Date Added:
  • 16/5/2024

Description

It contains Aspose.Slides for C++ 24.5 Windows release.

File Details

Transparency Control for Tables

Aspose.Slides for C++ 24.5 allows developers to enhance presentations with the ability to set table transparency for a more customized look of your PowerPoint presentations on Windows OS.

Improved Presentation Rendering

Experience better rendering results while exporting WMF to PNG and ensuring accurate presentation creation.

Modern API Updates

You can now benefit from improved presentation API usability and compatibility with the latest Aspose.Slides for .NET version.

Shape Transparency API

The latest release of the C++ API offers finer control over presentation visuals with the introduction of shape transparency methods. Build powerful presentation processing applications targeting the Windows platform with the ability to get or set fill color transparency.

The following code example illustrates how to set the transparency of the fill color.


System::SharedPtr<Presentation> presentation = System::MakeObject<Presentation>(u"pres.pptx");
System::SharedPtr<ITable> table = System::ExplicitCast<Aspose::Slides::ITable>(presentation->get_Slide(0)->get_Shape(0));
table->get_TableFormat()->set_Transparency(0.5f);

Source*

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

 English