TiffImageWatermarkOptions constructor

init

Initializes a new instance of the TiffImageWatermarkOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the TiffImageWatermarkOptions class with a specified index of the frame.

def __init__(self, frame_index):
    ...
Parameter Type Description
frame_index int The index of frame to add watermark.

See Also