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

GifEncoderOptions.PlaybackCount Property

Gets/sets a number of times to play the GIF file.

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

Syntax

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

Property Value

A number of times to play the GIF file.

Remarks

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

Default value is 0.

See Also

Reference