PresentationWatermarkableImage constructor

init

Initializes a new instance of the PresentationWatermarkableImage class using specified image data.

def __init__(self, image_data):
    ...
Parameter Type Description
image_data bytes The array of unsigned bytes from which to create the
PresentationWatermarkableImage.

See Also