VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageMetadataJS type / get_Image Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Image Method
    In This Topic
    Gets a source image.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);
    
    var value; // Type: Vintasoft.Shared.WebImageJS
    value = instance.get_Image();
    
    
    function get_Image() : WebImageJS;
    

    Return Value

    WebImageJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also