background property

background property

The watermark is stamped as background; if True, it is laid at the bottom, otherwise it is laid on top (default is False).

Definition:

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

See Also