effects property

effects property

Gets or sets a value of PresentationImageEffects or PresentationTextEffects for effects that should be applied to the watermark.

Definition:

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

See Also