VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayWithBlendingCommandJS type / set_OverlayImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_OverlayImage Method
In This Topic
Sets the image ("top image") that should be overlaid on top of the source image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayWithBlendingCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_OverlayImage(value);

Parameters

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