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; }
Public Property LoopCount As Integer
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