VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayWithBlendingCommandJS type / get_OverlayImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OverlayImage Method
    In This Topic
    Gets the image ("top image") that should be overlaid on top of the source image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayWithBlendingCommandJS();
    
    var value; // Type: string
    value = instance.get_OverlayImage();
    
    
    function get_OverlayImage() : string;
    

    Return Value

    An URL or Base64 string of image that should be overlaid on top of the source image. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also