Gets an overlay image.
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayMaskedCommandJS();
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.