Gets a value indicating whether the image processing command do not overlay pixel of image if pixel has transparent color.
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
var value; // Type: boolean
value = instance.get_Transparency();
function get_Transparency() : boolean;
Return Value
True - image processing command do not overlay pixel of image if pixel has transparent color; otherwise, false. Default value is False.