VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayBinaryCommandJS type / set_OverlayImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_OverlayImage Method
    In This Topic
    Sets an overlay image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayBinaryCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_OverlayImage(value);
    
    
    function set_OverlayImage(
    value
    Overlay image. Default value is empty string.
    : string
    ) : any;

    Parameters

    value
    Overlay image. Default value is empty string.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also