VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebImageCacheManagerJS type / contains Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    contains Method
    In This Topic
    Determines whether the cache contains data for specified image.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS();
    
    var value; // Type: boolean
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.contains(image);
    
    
    function contains(
    image
    A WebImageJS object.
    : WebImageJS
    ) : boolean;

    Parameters

    image
    A WebImageJS object.

    Return Value

    True if cache contains data for specified image; otherwise, False.
    Exceptions
    ExceptionDescription
    Thrown if argument have wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also