VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_NotReadyThumbnailAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_NotReadyThumbnailAppearance Method
    In This Topic
    Sets the appearance of the not ready thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebThumbnailAppearanceJS
    
    returnValue = instance.set_NotReadyThumbnailAppearance(value);
    
    
    function set_NotReadyThumbnailAppearance(
    value
    WebThumbnailAppearanceJS of the not ready thumbnail.
    : WebThumbnailAppearanceJS
    ) : any;

    Parameters

    value
    WebThumbnailAppearanceJS of the not ready thumbnail.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also