SpreadsheetWatermarkableImage constructor

init

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

See Also