MultiframeImageWatermarkOptions constructor

init

Initializes a new instance of the MultiframeImageWatermarkOptions class.

def __init__(self):
    ...

init

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