auto_align property

auto_align property

The watermark is automatically scaled to fit the page size when set to True.

If 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