set_HasTransparentColor Method
In This Topic
Sets a value indicating whether the transparentColor is used.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_HasTransparentColor(value);
function set_HasTransparentColor(
: boolean
) : any;
Parameters
- value
- True - transparentColor is used, False - transparentColor is not used. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also