Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
IsPortrait
SaveOptions
WeekDay
Filter.ShowRelatedSummaryRows
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*
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[])
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.