GifImageWatermarkOptions class

GifImageWatermarkOptions class

Represents watermark adding options when adding watermark to a GIF image.

Inheritance: GifImageWatermarkOptionsMultiframeImageWatermarkOptionsWatermarkOptions

The GifImageWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the GifImageWatermarkOptions class.
init Initializes a new instance of the GifImageWatermarkOptions class with a specified index of a frame.

Properties

Property Description
default Gets the default value for the WatermarkOptions class.
frame_index Gets or sets the index of frame to add watermark.

Remarks

Learn more: | | |

Example

Add a watermark to a particular frame of GIF image.

See Also