GifWriter.PlaybackCount Property

Gets or sets a number of times to play the GIF image.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ushort PlaybackCount { get; set; }

Property Value

A number of times to play the GIF image. The default value is 0, which means playing infinitely.

See Also

Reference