Set presentation format 16:9

How can I create a Powerpoint document with presentation format 16:9 in Aspose.Powerpoint? 4:3 seems to be default.


(Duplicate of this SO question aspose - Set Powerpoint presentation format to 16:9 - Stack Overflow )

Hi Andreas,


Thank you for your interest in Aspose.Slides.

I have observed your comments and like to request you to please try using following sample code on your end to serve the purpose. I have also attached the generated output file (see 16_9.pptx) for your kind reference.

Presentation pres = new
Presentation();

pres.SlideSize.Type = SlideSizeType.OnScreen16x9;


pres.Save(@“D:\16_9.pptx”,
Aspose.Slides.Export.SaveFormat.Pptx);


I hope this will be helpful. Please share if I may help you further in this regard.

Best Regards,

Thanks, it works!

Hi Andreas,


Thank you for your valuable feedback.

We are glad to know that, things have started working on your end.

Please feel free to contact us if we could be of any help to you.

Best Regards,