fit_window property

fit_window property

The property determines whether the document window is resized to fit the first displayed page. Default is False.

Definition:

@property
def fit_window(self):
    ...
@fit_window.setter
def fit_window(self, value):
    ...

See Also