center_window property
center_window property
The property determines whether the document window is centered on the screen; default is False.
Definition:
@property
def center_window(self):
...
@center_window.setter
def center_window(self, value):
...
See Also
- class
PdfFormattingOptions