is_background property

is_background property

Indicates whether the watermark is placed behind page contents.

Definition:

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

See Also