execute(Vintasoft.Shared.WebImageJS) Method
In This Topic
Executes the image processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetUniqueColorCommandJS();
var value; // Type: boolean
// Parameters
var image; // Type: WebImageJS
value = instance.execute(image);
Parameters
- image
- Image that should be processed.
Return Value
true if image is processed; false if processing is canceled or not necessary.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
| Thrown if image has an unsupported pixel format. |
Browser Compatibility
See Also