Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Aspose.Powerpoint 中创建演示格式为 16:9 的 Powerpoint 文档?4:3 似乎是默认的。
您可以使用以下代码创建演示格式为 16:9 的 PowerPoint 文件:
Presentation pres = new Presentation(); pres.SlideSize.Type = SlideSizeType.OnScreen16x9; pres.Save(@"D:\16_9.pptx", Aspose.Slides.Export.SaveFormat.Pptx);
希望这可以帮助。
我与 Aspose 一起担任开发人员宣传员。