auto_align property

auto_align property

Auto scale the watermark. If the value is true the position and size is automatically calculated to fit the page size.

Definition:

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

See Also