VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayCommandJS type / get_Transparency Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Transparency Method
In This Topic
Gets a value indicating whether the image processing command do not overlay pixel of image if pixel has transparent color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();

var value; // Type: boolean
value = instance.get_Transparency();

Return Value

True - image processing command do not overlay pixel of image if pixel has transparent color; otherwise, false. Default value is False.
Browser Compatibility
56+
45+
11
See Also