VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS 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 thumbnail loading.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_ProgressImage();
    
    
    function get_ProgressImage() : object;
    

    Return Value

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