Starting projector window maximized

So I know that I can start the window in Full Screen with this code:
stage.displayState = StageDisplayState.FULL_SCREEN;

But what if I want to start it maximized? Is that possible?