Click or drag to resize

GifFrameCollectionLoopCount Property

Gets or sets the number of times to loop through the animation.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int LoopCount { get; set; }

Property Value

Type: Int32
The number of times to loop through the animation.
Remarks
If this value is 0, the animation loop is infinite.
See Also