scale_limit property

scale_limit property

A value between 0 and 1 specifies the limit to which the document content is scaled relative to the original size. The default value is 0. The default value in Chrome is approximately 0.7 (i.e. the scaled content size cannot be less than 70% of the original size).

Definition:

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

See Also