zoom property
zoom property
The zoom level as a percentage.
The zoom level is applied to the document’s
tag before conversion, scaling the document’s visual appearance. A value of 100% represents the original size. The default value is 100.Definition:
@property
def zoom(self):
...
@zoom.setter
def zoom(self, value):
...
See Also
- class
WebLoadOptions