VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebGifEncoderSettingsJS type / get_NumberOfAnimationCycles Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NumberOfAnimationCycles Method
    In This Topic
    Gets the number of animation cycles.
    Syntax
    var instance = new Vintasoft.Imaging.WebGifEncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_NumberOfAnimationCycles();
    
    
    function get_NumberOfAnimationCycles() : number;
    

    Return Value

    The number of animation cycles. Valid values are from 0 to 65535. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also