VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / set_OverlayAlpha Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_OverlayAlpha Method
In This Topic
Sets the value determining if Alpha channel is overlayed in the output image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_OverlayAlpha(value);

Parameters

value
1 - High Pass result is overlayed without transparency; otherwise, output image is converted to Bgra32 and High Pass result is overlayed using selected Alpha value. Default value is 1.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also