LoopCount Property (GcGifWriter)
In This Topic
Gets or sets the number of iterations the animated GIF should be executed. 0 means infinite loop.
Syntax
'Declaration
Public Property LoopCount As System.Integer
public System.int LoopCount {get; set;}
See Also