vsto - How to programmatically control Slide Orientation change in PowerPoint 2016 -


i have code changes orientation of powerpoint slide:

presentation.pagesetup.slideorientation = msoorientation.msoorientationhorizontal 

when manually changing slide orientation, dialog pops allowing user select "maximize" or "ensure fit".

what chosen affects whether text font size shrinks or enlarges.

how can programmatically choose maximize or ensure fit when changing slide orientation?


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -