rotation property

rotation property

Gets or sets roation of the watermark in degrees.

Definition:

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

See Also