position property

position property

The watermark position. Default value is Position.DIAGONAL.

Definition:

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

See Also