execute(Vintasoft.Shared.WebImageJS,Vintasoft.Shared.WebServiceJS) Method
In This Topic
Executes the image processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebGetRotationAngleCommandJS();
var value; // Type: boolean
// Parameters
var image; // Type: WebImageJS
var service; // Type: WebServiceJS
value = instance.execute(image, service);
Parameters
- image
- Image that should be processed.
- service
- WebServiceJS that shoud process the image.
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