PdfWatermarkableImage constructor

init

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

See Also