set_NumberOfAnimationCycles Method
In This Topic
Sets the number of animation cycles.
Syntax
var instance = new Vintasoft.Imaging.WebGifEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_NumberOfAnimationCycles(value);
function set_NumberOfAnimationCycles(
: number
) : any;
Parameters
- value
- The number of animation cycles. Valid values are from 0 to 65535. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is out of range. |
Browser Compatibility
See Also