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 .NET 24.2

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 18.7MB
  • Date Added:
  • 25/2/2024

Description

It contains MSI of Aspose.Tasks for .NET 24.2 release.

File Details

Aspose.Tasks for .NET 24.2 empowers developers with improved project management capabilities! This update introduces a highly-requested feature for controlling page orientation when saving project data to various visual formats. Additionally, it addresses bug fixes to ensure seamless project manipulation using the MSI within your .NET applications on Windows.

Key Highlights

  • Control Page Orientation: Gain control over page orientation (portrait/landscape) when exporting Microsoft Project files (MPP) to PDF, HTML, and image formats using the new IsPortrait property in SaveOptions.
  • Enhanced Reporting Flexibility: This addition empowers developers to tailor report layouts to specific requirements, maximizing readability and visual impact.
  • Simplified Integration: The intuitive project management API seamlessly integrates into your existing workflows, allowing for effortless control over report presentation.
  • Improved Developer Experience: Developers can leverage new constructors for the WeekDay class for a more intuitive and efficient way to define working days and time periods within your project schedules.
  • Bug Fixes and Refinements: This release addresses minor bugs related to time-phased data reading, filter criteria writing, and Filter.ShowRelatedSummaryRows flag handling for a more robust development experience.

Code Example

The following C# code example showcases how to apply the IsPortrait property of SaveOptions and export an MPP document as a PDF in portrait mode.

Project project = new Project("test.mpp");
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.PageSize = PageSize.A4;
saveOptions.IsPortrait = true;
project.Save("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.UseProjectDefaultFont
  • Aspose.Tasks.Saving.ImageSaveOptions.DefaultFontName
  • Aspose.Tasks.Saving.ImageSaveOptions.UseProjectDefaultFont
  • 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 .NET 24.2 Release Notes.

 English