VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebImageCacheManagerJS type / getImageData Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getImageData Method
    In This Topic
    Returns data, which are associated with specified key, from the image cache.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS();
    
    var value; // Type: object
    
    // Parameters
    var image; // Type: WebImageJS
    var key; // Type: string
    
    value = instance.getImageData(image, key);
    
    
    function getImageData(
    image
    A WebImageJS object, which is associated with image cache, where data must be searched.
    : WebImageJS,
    key
    A key in image cache.
    : string
    ) : object;

    Parameters

    image
    A WebImageJS object, which is associated with image cache, where data must be searched.
    key
    A key in image cache.

    Return Value

    A data from image cache.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also