VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageComparisonCommandJS type / get_Image Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Image Method
    In This Topic
    Gets the image, which must be compared with the source image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageComparisonCommandJS();
    
    var value; // Type: string
    value = instance.get_Image();
    
    
    function get_Image() : string;
    

    Return Value

    An URL or Base64 string of image that must be compared with the source image. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also