VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / getImageInfo Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getImageInfo Method
    In This Topic
    Returns information about image: image size; image resolution; flag that determines that image has vector decoder.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: object
    
    // Parameters
    var index; // Type: number
    
    value = instance.getImageInfo(index);
    
    
    function getImageInfo(
    index
    Zero-based index of image in image collection.
    : number
    ) : object;

    Parameters

    index
    Zero-based index of image in image collection.

    Return Value

    Object that contains information about image: image size; image resolution; flag that determines that image has vector decoder.
    Browser Compatibility
    56+
    45+
    11
    See Also