In This Topic
Sets a 1- or 8-bpp image mask for the alpha channel.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebSetAlphaChannelMaskCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Mask(value);
function set_Mask(
: string
) : any;
Parameters
- value
- An URL or Base64 string of image mask for alpha channel. Default value is empty string.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also