VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebGifEncoderSettingsJS type / set_NumberOfAnimationCycles Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    The number of animation cycles. Valid values are from 0 to 65535. Default value is 0.
    : number
    ) : any;

    Parameters

    value
    The number of animation cycles. Valid values are from 0 to 65535. Default value is 0.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is out of range.
    Browser Compatibility
    56+
    45+
    11
    See Also