VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayMaskedCommandJS type / get_OverlayImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_OverlayImage Method
In This Topic
Gets an overlay image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayMaskedCommandJS();

var value; // Type: string
value = instance.get_OverlayImage();

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