Adjusting the slide size

Hello

If I like to clone a slide into a new presentation I guess I have to adjust the SlideSize property of the new presentation in order that the cloned slide fits into it, right?

newPresentation.SlideSize = existingPresentation.SlideSize;

Or isn't this necessary? Does the new presentation automatically take the size of the cloned slide?

In case it's necessary, how can I do this with a PresentationEx? There is no SlideSize property on PresentationEx.

Thank you and best regards
Thomas

Dear Thomas,

It is needed in some cases, when size of slide in source and destination presentations is different.

So how can I adjust the size in PresentationEx?

Hello,

SlideSizeEx class is not fully implemented yet but we will check if we can finish it in the nearest future.