set_InfiniteAnimation Method
In This Topic
Sets a value indicating whether the animation should be repeated infinitely.
Syntax
var instance = new Vintasoft.Imaging.WebGifEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_InfiniteAnimation(value);
function set_InfiniteAnimation(
: boolean
) : any;
Parameters
- value
- A value indicating whether the animation should be repeated infinitely. Default value is false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also