relative_scale property

relative_scale property

Scale of exported region relative to whole document’s image. Calculated as ratio of corresponding dimension of exported region to larger dimension of exported document.

Definition:

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

See Also