auto_align property

auto_align property

The watermark is automatically scaled. If the value is True, the position and size are automatically calculated to fit the page size.

Definition:

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

See Also