This documentation is for the old version. Go to the latest Graphics Mill docs

GifReader.PlaybackCount Property

Returns a number of times to play the GIF file.

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

Syntax

Visual Basic
Public ReadOnly Property PlaybackCount As Integer
C#
public int PlaybackCount { get; }

Property Value

A number of times to play the GIF file.

Remarks

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

See Also

Reference