How to set default presentation view (Java)

Hi Team,

While creating the presentation using the ASPOSE Slide I observed this case and want to handle this using programmatically.
Using the ASPOSE I am able to create the presentation file successfully. When that created presentation I am opening it’s showing the ‘Master View’ I want to change that.
Is there any way using which I can able to check which view mode is active or Is there any way to show always the slide view after opening the presentation?
master View test.zip (26.0 KB)
Please refer this presentation.

@Shree995,

I have observed the issue shared by you and request you to please try using following sample code on your end to save the default view of presentation when its opened in PowerPoint.

pres.ViewProperties.LastView = ViewType.SlideView;