zoom property

zoom property

The zoom level as a percentage applied to the document’s <body> 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