background property

background property

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

Definition:

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

See Also