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.Tasks for C++ 24.2 MacOS

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 54.63MB
  • Date Added:
  • 29/2/2024

Description

It contains Aspose.Tasks for C++ 24.2 release for macOS.

File Details

The macOS version of Aspose.Tasks for C++ 24.2 provides developers with improved functionalities for handling project management data within their C++ applications on macOS.

Key Highlights

  • Refine Your Project Output on macOS: Aspose.Tasks for C++ 24.3 empowers you to take control of how your project information looks when exported on macOS. The new IsPortrait property lets you select portrait or landscape orientation for your exported files.
  • Simplify Project Filtering: This update improves your ability to create project filters on macOS with the upgrades to the Filter.Name property length limitations.
  • Streamlined Data Processing: Developers can experience smoother processing of specific MPP files on macOS with this update of the C++ projects API.
  • Bug Fixes and Enhancements: In this version, we have incorporated various bug fixes and enhancements to make the API even more reliable on macOS.

Code Example

This C++ code sample demonstrates how to set the page orientation for the output PDF document to portrait mode using the IsPortrait property:

auto project = System::MakeObject<Project>(System::String(u"test.mpp"));
auto saveOptions = System::MakeObject<PdfSaveOptions>();
saveOptions->set_PageSize(PageSize->A4);
saveOptions->set_IsPortrait(true);
project->Save(u"output.pdf", saveOptions);

Source*

Public API and Backwards Incompatible Changes

Added API Members

We have added different new methods and properties in this release which are shared below:

  • Aspose.Tasks.Saving.SaveOptions.IsPortrait
  • Aspose.Tasks.WeekDay.#ctor(Aspose.Tasks.DayType,Aspose.Tasks.WorkingTime[])

Removed API Members

We have removed different methods and properties in this release. Some of which are:

  • Aspose.Tasks.Saving.HtmlSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.HtmlSaveOptions.FontResolveCallback
  • Aspose.Tasks.Saving.ImageSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.PdfSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.PdfSaveOptions.UseProjectDefaultFont

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

 English