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

    Return Value

    The animation delay value. Valid values are from 0 to 65535 (0 - default delay). Default value is 0.
    Remarks

    Specifies the number of hundredths (1/100) of a second to wait before show next page.

    Browser Compatibility
    56+
    45+
    11
    See Also