zoom property

zoom property

The zoom level in percentage for the conversion, with a default of 100%.

Default zoom is supported up to Microsoft Word 2010. Starting with Microsoft Word 2013, the default zoom is no longer set to the document; instead it uses the zoom factor of the last opened document.

Definition:

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

See Also