VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageComparisonCommandJS type / set_Image Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Image Method
    In This Topic
    Sets the image, which must be compared with the source image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageComparisonCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Image(value);
    
    
    function set_Image(
    value
    An URL or Base64 string of image that must be compared with the source image. Default value is empty string.
    : string
    ) : any;

    Parameters

    value
    An URL or Base64 string of image that must be compared with the source image. Default value is empty string.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also