浏览我们的产品 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为开发者提供了更强大的项目管理功能!本次更新引入了备受需求的功能,能够在保存项目数据为多种视觉格式时控制页面方向。此外,它还解决了使用MSI在Windows上的.NET应用程序中进行项目操作时的相关问题。
SaveOptions
IsPortrait
WeekDay
Filter.ShowRelatedSummaryRows
以下C#代码示例展示了如何应用SaveOptions的IsPortrait属性,并将MPP文档以纵向模式导出为PDF。
Project project = new Project("test.mpp"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.PageSize = PageSize.A4; saveOptions.IsPortrait = true; project.Save("output.pdf", saveOptions);
来源*
在本次发布中,我们添加了以下新方法和属性
Aspose.Tasks.Saving.SaveOptions.IsPortrait
Aspose.Tasks.WeekDay.#ctor(Aspose.Tasks.DayType,Aspose.Tasks.WorkingTime[])
在本次发布中,我们移除了以下方法和属性
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
您可以通过访问Aspose.Tasks for .NET 24.2 发行说明查看本次发布中引入的所有新功能、增强和错误修复的详细列表。