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 (DLLs Only)

Download  Support Forum 

File Details

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

Description

It contains Aspose.Tasks for .NET 24.2 (DLLs Only) release.

File Details

Aspose.Tasks for .NET 24.2 (DLLs-only) version equips developers with the essential tools to seamlessly manage project tasks, generate reports, and streamline project workflows within their .NET applications.

Key Highlights

  • Enhanced Filter Accuracy We have resolved issues with writing interval filter criteria containing field references guarantee precise filtering operations in this version of the .NET project API.
  • Improved Data Handling: A critical bug fix ensures accurate reading of timephased data for specific file formats, enhancing data integrity within your applications.
  • Customize Exported Page Layout: Aspose.Tasks for .NET 24.3 gives you more control over the layout of your exported project files. You can now choose between portrait and landscape orientation when exporting Microsoft Project files (MPP) to PDF, HTML, and image formats using the new IsPortrait property in SaveOptions.
  • Simplified Working Day Definition: This update streamlines how developers define working days and time periods within their project schedules. New constructors for the WeekDay class offer a more intuitive and efficient way to set these parameters.
  • Improved Stability and Performance: We have introduced several behind-the-scenes fixes in this update to ensure smoother operation. This includes addressing minor issues related to reading time-phased data, writing filter criteria, and handling the Filter.ShowRelatedSummaryRows flag.

Code Example

The following C# code example showcases how to apply the IsPortrait property of SaveOptions during MPP to PDF export 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 new 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