WebPWriter.PlaybackCount Property

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

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

Syntax

C#
public int PlaybackCount { get; set; }

Property Value

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

See Also

Reference