WordProcessingWatermarkableImage constructor

init

Initializes a new instance of the WordProcessingWatermarkableImage 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 WordProcessingWatermarkableImage.

See Also