zoom property
zoom property
Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Powerpoint 2010. Starting from Microsoft Powerpoint 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.
Definition:
@property
def zoom(self):
...
@zoom.setter
def zoom(self, value):
...