VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ProgressImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ProgressImage Method
    In This Topic
    Gets an image which should be used for animating image loading.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_ProgressImage();
    
    
    function get_ProgressImage() : object;
    

    Return Value

    An image which should be used for animating image loading. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also