image_data property

image_data property

The image of this PossibleWatermark, or None if the watermark has no image.

Definition:

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

See Also