GifReader.PlaybackCount Property

Gets 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; }

Property Value

A number of times to play the GIF image.

Remarks

If this property is 0, the file is played infinitely.

See Also

Reference