Page setup

I need to change slides size for different paper types in my project. Are where any methods
in Aspose.PowerPoint for such task?

Dear Philipp,

Presentation.SlideSize and Presentation.SlideSizeType are read-only properties.
Teoretically I can add write access but result will be unpredictable.
It was never tested and I think it’s necessary to change position of all shapes.
So I need to test it. I will write about results.